From 5d95a6439ff77f29ec45bac0c70e25c59d8bdbf2 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 20 Feb 2012 10:37:40 +0100 Subject: xinitrc: Dont set repeat rate Figured out how to set that globally, which makes it working for hotplugged input devices as well. --- .xinitrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index f23db7c..1a04931 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,6 +1,7 @@ -# this is HIGHLY TEMPORARELY - until I set this global -xset r on -xset r rate 250 50 + +# Pass -ardelay 250 -arinterval 20 to X server instead. +#xset r on +#xset r rate 250 50 # Xdefault is splitted so load the splitted files at startup [[ -x ~/.scripts/set_xressources.sh ]] && ~/.scripts/set_xressources.sh -- cgit