Compare commits

..

No commits in common. "82d39545c7521de54d2813b5c2025747df489b91" and "1f96d03dcef4ef639abbc91ab3f9f27ba9e9f783" have entirely different histories.

4 changed files with 4 additions and 13 deletions

View File

@ -1,9 +0,0 @@
#!/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 <RTSH> { [ BackSpace ] };
replace key <CAPS> { [ BackSpace ] };
replace key <RALT> { [ Escape ] };
# modifiers
key.type = "ONE_LEVEL";
replace key <CAPS> { [ Control_L ] };
replace key <RTSH> { [ 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 <RTSH> { [ BackSpace ] };
replace key <CAPS> { [ BackSpace ] };
replace key <RALT> { [ Escape ] };
# modifiers
key.type = "ONE_LEVEL";
replace key <CAPS> { [ Control_L ] };
replace key <RTSH> { [ Control_L ] };
replace key <LCTL> { [ Super_L ] };
replace key <LALT> { [ ISO_Level3_Shift ] };
replace key <RCTL> { [ Alt_L ] };