From 7cd209be497aa89a8e851a2bcbccb3d00b7283fc Mon Sep 17 00:00:00 2001 From: talksik Date: Sun, 10 Sep 2023 10:22:34 -0700 Subject: [PATCH] adding in key repeat proper configuration --- .config/i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/i3/config b/.config/i3/config index 76bb23e..28ec2b2 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -193,4 +193,5 @@ bar { exec_always --no-startup-id xrandr --output eDP-1 --off exec_always --no-startup-id xrandr --output eDP-1 --left-of DP-1 exec_always --no-startup-id xrdb ~/.Xresources +exec_always --no-startup-id xset r rate 200 30