Persistent keyboard repeat rate
This commit is contained in:
parent
dbfd6ae5bb
commit
1e665bb50a
3 changed files with 8 additions and 1 deletions
7
X/.xserverrc
Normal file
7
X/.xserverrc
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
exec /usr/bin/X \
|
||||||
|
-ardelay 250 \
|
||||||
|
-arinterval 20 \
|
||||||
|
-nolisten tcp \
|
||||||
|
"$@"
|
||||||
|
|
@ -2,7 +2,6 @@ xset -b
|
||||||
xset -dpms
|
xset -dpms
|
||||||
xset s off
|
xset s off
|
||||||
xset s 0 0
|
xset s 0 0
|
||||||
xset r rate 250 50
|
|
||||||
|
|
||||||
xinput set-prop 'SynPS/2 Synaptics TouchPad' 'libinput Accel Speed' 0.3
|
xinput set-prop 'SynPS/2 Synaptics TouchPad' 'libinput Accel Speed' 0.3
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,4 +12,5 @@
|
||||||
~/.mutt: mutt/
|
~/.mutt: mutt/
|
||||||
~/.urlview: urlview/.urlview
|
~/.urlview: urlview/.urlview
|
||||||
~/.xinitrc: X/.xinitrc
|
~/.xinitrc: X/.xinitrc
|
||||||
|
~/.xserverrc: X/.xserverrc
|
||||||
~/.xsessionrc: X/.xsessionrc
|
~/.xsessionrc: X/.xsessionrc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue