diff options
author | filip <“filip.rabiega@gmail.com”> | 2025-10-10 19:10:02 +0200 |
---|---|---|
committer | filip <“filip.rabiega@gmail.com”> | 2025-10-10 19:10:02 +0200 |
commit | 807de46d3a3cbef9a3c3c104f6db87b142e6eed5 (patch) | |
tree | 61a1a9bc26daad623ce6c04bb66ae39133ef0261 /remaps | |
parent | 08204fc9b9f63015a1dc083b471c6839818eeb59 (diff) | |
download | chadscripts-807de46d3a3cbef9a3c3c104f6db87b142e6eed5.tar.gz chadscripts-807de46d3a3cbef9a3c3c104f6db87b142e6eed5.tar.bz2 chadscripts-807de46d3a3cbef9a3c3c104f6db87b142e6eed5.zip |
used shfmt
Diffstat (limited to 'remaps')
-rwxr-xr-x | remaps | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ xset r rate 200 50 setxkbmap us -option caps:swapescape # When caps lock is pressed only once, treat it as escape -killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape' +killall xcape 2>/dev/null +xcape -e 'Super_L=Escape' # Turn off caps lock if on since there is no longer a key for it xset -q | grep -q "Caps Lock:\s*on" && xdotool key Caps_Lock |