diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-02-20 10:37:40 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-02-20 10:37:40 +0100 |
commit | 5d95a6439ff77f29ec45bac0c70e25c59d8bdbf2 (patch) | |
tree | 423387ec404202c20f7e2c4a807a51805ead4b5f /.xinitrc | |
parent | 430116fceeace57aa0703be38a767ac74edf2a38 (diff) | |
download | dotfiles-5d95a6439ff77f29ec45bac0c70e25c59d8bdbf2.tar.gz dotfiles-5d95a6439ff77f29ec45bac0c70e25c59d8bdbf2.tar.bz2 dotfiles-5d95a6439ff77f29ec45bac0c70e25c59d8bdbf2.zip |
xinitrc: Dont set repeat rate
Figured out how to set that globally, which makes it working
for hotplugged input devices as well.
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |