diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-08-02 13:39:11 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-08-02 13:39:11 -0400 |
| commit | b18f90ff82df8b68620805e8e49001489a749586 (patch) | |
| tree | 4363c51d2a4c17ac7a5e4dfdb260e7e52106a755 | |
| parent | 45f377d739760b2c41449e382eb492dd50ae14eb (diff) | |
| download | eibhear-b18f90ff82df8b68620805e8e49001489a749586.tar.gz eibhear-b18f90ff82df8b68620805e8e49001489a749586.tar.zst eibhear-b18f90ff82df8b68620805e8e49001489a749586.zip | |
rate increased
| -rwxr-xr-x | .scripts/remaps | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.scripts/remaps b/.scripts/remaps index 755ff5b..32394e4 100755 --- a/.scripts/remaps +++ b/.scripts/remaps @@ -2,6 +2,8 @@ # This script is called by i3 on startup. +# Increase key speed via a rate change +xset r rate 300 50 # Map the caps lock key to super... setxkbmap -layout us -variant altgr-intl -option caps:super # If you don't want a us international keyboard, rather whatever keyboard |
