summaryrefslogtreecommitdiffstats
path: root/.local/bin/kb
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.local/bin/kb6
1 files changed, 3 insertions, 3 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