diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-28 22:59:44 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-28 22:59:44 +0200 |
commit | 80513942a4b2e23514b5263a61ba0f5ff9ca24b5 (patch) | |
tree | 7e1d21d5f464eddb907525580f10e47dc8415c9f /.local/bin/remaps | |
parent | ab60a8ef2afa47f013b60e6ee536591d6ff4925b (diff) |
Update x11 profile
Diffstat (limited to '.local/bin/remaps')
-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 |