From fe8d2ea9bac29fb274c76a4ff1514a08c9ecbf32 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 26 May 2015 22:43:17 -0400 Subject: [PATCH] [x] adjust typematic delay (200ms) & rate (20 Hz) see https://wiki.archlinux.org/index.php/Keyboard_configuration_in_Xorg#Adjusting_typematic_delay_and_rate --- x/.xprofile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.20.1