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:
2024-11-04 23:13:12 +01:00
parent d3f877f79a
commit dc6bf773ea

7
.local/bin/fixX Executable file
View 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