Slow down the touchpad on t490s
This commit is contained in:
parent
8a1a0dc874
commit
8dd6d31010
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue