diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-04-26 18:29:17 +0200 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-04-26 18:29:17 +0200 |
commit | 828a12e2c9374f06dfd77eea98f78c0ad1af030d (patch) | |
tree | b4b5727c5ba68ed6a1ce95807cadf2e40423ae96 | |
parent | 38daa3424e2ed3cbaf2ab3c554652437ff0026d5 (diff) |
checkpoint
-rwxr-xr-x | bin/extra/cycleKB | 6 |
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 |