diff options
author | Amin Bandali <me@aminb.org> | 2015-05-26 22:43:17 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-05-26 22:43:17 -0400 |
commit | fe8d2ea9bac29fb274c76a4ff1514a08c9ecbf32 (patch) | |
tree | 6e337d5486921b842b1985d34b7013d6598eec73 /x | |
parent | 37cd1e870586a430e5b0ff4988107209332f1f8f (diff) | |
download | configs-fe8d2ea9bac29fb274c76a4ff1514a08c9ecbf32.tar.gz configs-fe8d2ea9bac29fb274c76a4ff1514a08c9ecbf32.tar.xz configs-fe8d2ea9bac29fb274c76a4ff1514a08c9ecbf32.zip |
[x] adjust typematic delay (200ms) & rate (20 Hz)
see https://wiki.archlinux.org/index.php/Keyboard_configuration_in_Xorg#Adjusting_typematic_delay_and_rate
Diffstat (limited to 'x')
-rwxr-xr-x | x/.xprofile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x/.xprofile b/x/.xprofile index 30f2451..707195b 100755 --- a/x/.xprofile +++ b/x/.xprofile @@ -59,6 +59,8 @@ setxkbmap -option caps:swapescape # lock the screen using lightdm after 5 minutes # xautolock -time 5 -locker "slimlock" & +# adjust the keypress delays +xset r rate 200 20 # exec gnome-session # exec startkde |