fix: comment out CapsLock turnoff

This commit is contained in:
David 2021-01-14 00:21:54 +01:00
parent eb4be8facd
commit bcca21e04c
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape'
# Map the menu button to right super as well.
#xmodmap -e 'keycode 135 = Super_R'
# Turn off the caps lock if on since there is no longer a key for it.
xset -q | grep "Caps Lock:\s*on" && xdotool key Caps_Lock
#xset -q | grep "Caps Lock:\s*on" && xdotool key Caps_Lock