From 8a1a0dc874c44b045781ee201dd91522060f1d1e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 2 Jul 2020 16:15:52 +0200 Subject: [PATCH] Reduce speed of mouse on t490s --- tune-mouse | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tune-mouse b/tune-mouse index ec96138..86f77a3 100755 --- a/tune-mouse +++ b/tune-mouse @@ -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"