From 6700288e8da57fb87f15dbeda72f41fe4aed04c0 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Mon, 2 Nov 2020 02:12:35 +0100 Subject: [PATCH] X11: Faster key repeat rate Repeat keys faster and trigger the repetition faster too. --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index 299af88..18e2d4f 100644 --- a/.xinitrc +++ b/.xinitrc @@ -32,7 +32,7 @@ unset {sys,user}{resources,modmap,xinitrcd} # acts as when pressed alone and shortly. xcape -t 250 -e 'Control_R=Escape' # Key repeat rate -xset r rate 500 25 +xset r rate 400 35 touchpad="DLL082A:01 06CB:76AF Touchpad" xinput set-prop "$touchpad" "libinput Tapping Enabled" 1