Compare commits
2 Commits
1f96d03dce
...
82d39545c7
Author | SHA1 | Date | |
---|---|---|---|
82d39545c7 | |||
ecb7f4e5af |
9
arch-user/bin/make-iso.sh
Executable file
9
arch-user/bin/make-iso.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
sudo rm -rf /tmp/archiso-work /tmp/archiso-out
|
||||
cd ~/know/archiso
|
||||
sudo mkarchiso -v -w /tmp/archiso-work -o /tmp/archiso-out "profile-$1"
|
||||
iso=(/tmp/archiso-out/*)
|
||||
sudo dd if="$iso" of="$2" status=progress bs=4M
|
||||
sudo rm -rf /tmp/archiso-work /tmp/archiso-out
|
@ -5,12 +5,12 @@ xkb_symbols "yz" {
|
||||
|
||||
# functional
|
||||
key.type = "ONE_LEVEL";
|
||||
replace key <CAPS> { [ BackSpace ] };
|
||||
replace key <RTSH> { [ BackSpace ] };
|
||||
replace key <RALT> { [ Escape ] };
|
||||
|
||||
# modifiers
|
||||
key.type = "ONE_LEVEL";
|
||||
replace key <RTSH> { [ Control_L ] };
|
||||
replace key <CAPS> { [ Control_L ] };
|
||||
replace key <LCTL> { [ Super_L ] };
|
||||
replace key <LALT> { [ ISO_Level3_Shift ] };
|
||||
replace key <RCTL> { [ Alt_L ] };
|
||||
|
@ -5,12 +5,12 @@ xkb_symbols "yz" {
|
||||
|
||||
# functional
|
||||
key.type = "ONE_LEVEL";
|
||||
replace key <CAPS> { [ BackSpace ] };
|
||||
replace key <RTSH> { [ BackSpace ] };
|
||||
replace key <RALT> { [ Escape ] };
|
||||
|
||||
# modifiers
|
||||
key.type = "ONE_LEVEL";
|
||||
replace key <RTSH> { [ Control_L ] };
|
||||
replace key <CAPS> { [ Control_L ] };
|
||||
replace key <LCTL> { [ Super_L ] };
|
||||
replace key <LALT> { [ ISO_Level3_Shift ] };
|
||||
replace key <RCTL> { [ Alt_L ] };
|
||||
|
Loading…
Reference in New Issue
Block a user