Reduce speed of mouse on t490s

This commit is contained in:
Nico Schottelius 2020-07-02 16:15:52 +02:00
parent 0c16b9c691
commit 8a1a0dc874
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ if xinput list | grep -q "TPPS/2 Elan TrackPoint"; then
xinput set-prop "TPPS/2 Elan TrackPoint" "libinput Accel Speed" -0.2
fi
# as on bridge/t490s
if xinput list | grep -q "Elan TrackPoint"; then
xinput set-prop "Elan TrackPoint" "libinput Accel Speed" -0.3
fi
if xinput list | grep -q Bamboo; then
devfinger="Wacom Bamboo 16FG 4x5 Finger touch"