From 8dd6d310106872a5dfc865997c39d2d7bbcfeea8 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 6 Jul 2020 22:21:39 +0200 Subject: [PATCH] Slow down the touchpad on t490s --- tune-mouse | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tune-mouse b/tune-mouse index 86f77a3..f8ec9df 100755 --- a/tune-mouse +++ b/tune-mouse @@ -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