diff options
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/kb | 6 | ||||
-rwxr-xr-x | .local/bin/rkb | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/.local/bin/kb b/.local/bin/kb index ffbf154..0cc6f34 100755 --- a/.local/bin/kb +++ b/.local/bin/kb @@ -47,11 +47,11 @@ xset r rate 200 150 setxkbmap -option setxkbmap -layout us -variant intl -setxkbmap -option ctrl:swapcaps +#setxkbmap -option ctrl:swapcaps setxkbmap -option caps:none xmodmap -e 'keycode 9 = Tab' xmodmap -e 'keycode 23 = Escape' -xmodmap -e 'keycode 37 =' -notify-send -u low -t 2000 'kb' ' Swapped Ctrl/Caps Lock and Esc/Tab' +#xmodmap -e 'keycode 37 =' +notify-send -u low -t 2000 'kb' ' Swapped Esc/Tab' # vim: filetype=sh diff --git a/.local/bin/rkb b/.local/bin/rkb index fd8fe26..ff870d3 100755 --- a/.local/bin/rkb +++ b/.local/bin/rkb @@ -1,4 +1,5 @@ #!/bin/sh -notify-send -u low -t 2000 'kb' ' Restored Ctrl/Caps Lock and Esc/Tab' +notify-send -u low -t 2000 'kb' ' Restored Esc/Tab' setxkbmap -option +setxkbmap -layout us -variant intl |