Compare commits

...

2 Commits

Author SHA1 Message Date
82d39545c7 wip 2025-02-09 20:26:08 +00:00
ecb7f4e5af wip 2025-01-27 06:40:03 +00:00
4 changed files with 13 additions and 4 deletions

9
arch-user/bin/make-iso.sh Executable file
View 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

View File

@ -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 ] };

View File

@ -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 ] };