From 97a085634ba99baca78833c36de9de7200cf104c Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Thu, 17 Dec 2020 16:27:31 -0700 Subject: [PATCH] Increase repeat key presses when holding down a key --- .xprofile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.xprofile b/.xprofile index 22f905c..575d903 100644 --- a/.xprofile +++ b/.xprofile @@ -1,3 +1,5 @@ source ~/.bashrc export QT_QPA_PLATFORMTHEME=qt5ct + +xset r rate 250 50