undo touchpad tuning

This commit is contained in:
Nico Schottelius 2020-07-06 22:42:28 +02:00
parent 8dd6d31010
commit 3d8ecefacb
1 changed files with 5 additions and 3 deletions

View File

@ -22,9 +22,11 @@ fi
if xinput list | grep -q "Elan TrackPoint"; then
xinput set-prop "Elan TrackPoint" "libinput Accel Speed" -0.3
fi
if xinput list | grep -q "Elan Touchpad"; then
xinput set-prop "Elan Touchpad" "Device Accel Constant Deceleration" 3
fi
# Not needed if using regular libinput
# if xinput list | grep -q "Elan Touchpad"; then
# xinput set-prop "Elan Touchpad" "Device Accel Constant Deceleration" 3
# fi
if xinput list | grep -q Bamboo; then