From ecb7f4e5aff11ce7e95876065e4727fa3d3e8c9c Mon Sep 17 00:00:00 2001 From: Yuri Zamyatin Date: Mon, 27 Jan 2025 06:40:03 +0000 Subject: [PATCH] wip --- .../bin/{uninstall_orphans.sh => pacman-uninstall-orphans.sh} | 0 arch-user/config/xkb/symbols/ru | 4 ++-- arch-user/config/xkb/symbols/us | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename arch-user/bin/{uninstall_orphans.sh => pacman-uninstall-orphans.sh} (100%) diff --git a/arch-user/bin/uninstall_orphans.sh b/arch-user/bin/pacman-uninstall-orphans.sh similarity index 100% rename from arch-user/bin/uninstall_orphans.sh rename to arch-user/bin/pacman-uninstall-orphans.sh diff --git a/arch-user/config/xkb/symbols/ru b/arch-user/config/xkb/symbols/ru index 654142f..1f2c58d 100644 --- a/arch-user/config/xkb/symbols/ru +++ b/arch-user/config/xkb/symbols/ru @@ -5,12 +5,12 @@ xkb_symbols "yz" { # functional key.type = "ONE_LEVEL"; - replace key { [ BackSpace ] }; + replace key { [ BackSpace ] }; replace key { [ Escape ] }; # modifiers key.type = "ONE_LEVEL"; - replace key { [ Control_L ] }; + replace key { [ Control_L ] }; replace key { [ Super_L ] }; replace key { [ ISO_Level3_Shift ] }; replace key { [ Alt_L ] }; diff --git a/arch-user/config/xkb/symbols/us b/arch-user/config/xkb/symbols/us index 7b1d5a3..9f7cc21 100644 --- a/arch-user/config/xkb/symbols/us +++ b/arch-user/config/xkb/symbols/us @@ -5,12 +5,12 @@ xkb_symbols "yz" { # functional key.type = "ONE_LEVEL"; - replace key { [ BackSpace ] }; + replace key { [ BackSpace ] }; replace key { [ Escape ] }; # modifiers key.type = "ONE_LEVEL"; - replace key { [ Control_L ] }; + replace key { [ Control_L ] }; replace key { [ Super_L ] }; replace key { [ ISO_Level3_Shift ] }; replace key { [ Alt_L ] };