bin: Add fitX
Sometimes after an update my key repeat rate and touchpad settings are messed up. This script fixes these quickly.
This commit is contained in:
7
.local/bin/fixX
Executable file
7
.local/bin/fixX
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# See xinitrc for the values
|
||||||
|
|
||||||
|
xinput set-prop "DLL082A:01 06CB:76AF Touchpad" "libinput Tapping Enabled" 1
|
||||||
|
xinput set-prop "DLL082A:01 06CB:76AF Touchpad" "libinput Natural Scrolling Enabled" 1
|
||||||
|
xinput set-prop "DLL082A:01 06CB:76AF Touchpad" "libinput Accel Speed" 0.45
|
||||||
|
xset r rate 300 50
|
||||||
Reference in New Issue
Block a user