summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-04-26 18:29:17 +0200
committerRaymaekers Luca <luca@spacehb.net>2025-04-26 18:29:17 +0200
commit828a12e2c9374f06dfd77eea98f78c0ad1af030d (patch)
treeb4b5727c5ba68ed6a1ce95807cadf2e40423ae96 /bin
parent38daa3424e2ed3cbaf2ab3c554652437ff0026d5 (diff)
checkpoint
Diffstat (limited to 'bin')
-rwxr-xr-xbin/extra/cycleKB6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/extra/cycleKB b/bin/extra/cycleKB
index 8f0de60..402a8f5 100755
--- a/bin/extra/cycleKB
+++ b/bin/extra/cycleKB
@@ -4,7 +4,7 @@ list_layouts()
{
cat <<EOF
us
-us -variant colemak -option ctrl:swapcaps,altwin:menu_win
+colemak -option ctrl:swapcaps,altwin:menu_win
EOF
}
@@ -30,9 +30,9 @@ Layout="$(list_layouts | sed -n "${IndexLayout}p" )"
>&2 printf 'Layout: %s\n' "$Layout"
setxkbmap $Layout &
sed -i "\$s/.*/$Layout/" "$ProgramPath"
-notify-send "_cycleKB" "*${Layout%% -option*}" &
+notify-send "_cycleKB" "*${Layout%% -*}" &
exit
# THIS LINE IS ADDED AUTOMATICALLY
-us -variant colemak -option ctrl:swapcaps,altwin:menu_win
+colemak -option ctrl:swapcaps,altwin:menu_win