Slow down the touchpad on t490s

This commit is contained in:
Nico Schottelius 2020-07-06 22:21:39 +02:00
parent 8a1a0dc874
commit 8dd6d31010
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ 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
if xinput list | grep -q Bamboo; then