Reduce speed of mouse on t490s
This commit is contained in:
parent
0c16b9c691
commit
8a1a0dc874
1 changed files with 6 additions and 0 deletions
|
@ -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
|
xinput set-prop "TPPS/2 Elan TrackPoint" "libinput Accel Speed" -0.2
|
||||||
fi
|
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
|
if xinput list | grep -q Bamboo; then
|
||||||
devfinger="Wacom Bamboo 16FG 4x5 Finger touch"
|
devfinger="Wacom Bamboo 16FG 4x5 Finger touch"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue