diff options
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/remaps | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.local/bin/remaps b/.local/bin/remaps new file mode 100755 index 0000000..a373282 --- /dev/null +++ b/.local/bin/remaps @@ -0,0 +1,5 @@ +#!/bin/sh + +# This script is called on startup to remap keys. +# Decrease key repeat delay to 300ms and increase key repeat rate to 50 per second. +xset r rate 300 60 |