From 965aeab5dc94edbb1147b476ce09c66b6d751d2c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 2 Oct 2016 19:55:16 -0700 Subject: [PATCH] [Linux] Fix keyboard repeat rate settings --- dotfiles/xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/xinitrc b/dotfiles/xinitrc index 7c3981d2..9078e01a 100644 --- a/dotfiles/xinitrc +++ b/dotfiles/xinitrc @@ -7,4 +7,4 @@ setterm -blank 0 -powersave off -powerdown 0 xset s off # Increase the repeat rate -xset q rate 200 30 +xset r rate 200 30