diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2023-01-03 18:36:25 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2023-01-03 18:36:25 -0500 |
| commit | b9e00afded90f03ac18f75aa7dfc8e7f3e146348 (patch) | |
| tree | c297115213f6113177b6b17743739addc16307ef /.local/bin/keys | |
| parent | 09e361a7a4d76ae88520b7a89fe8d0ac3192fcba (diff) | |
Added some scripts
Diffstat (limited to '.local/bin/keys')
| -rwxr-xr-x | .local/bin/keys | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.local/bin/keys b/.local/bin/keys new file mode 100755 index 0000000..9d86b51 --- /dev/null +++ b/.local/bin/keys @@ -0,0 +1,9 @@ +#!/bin/sh +#Increase key speed +xset r rate 300 50 +#Map caps lock to super +setxkbmap -option caps:super -variant altgr-intl +#Make caps escape when pressed once +killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape' +#Map the menu button next to RSuper to super +xmodmap -e 'keycode 135 = Super_R' |
