Reduce speed on trackpoint
This commit is contained in:
parent
844a732f58
commit
0acb1a0d9d
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ else
|
|||
display="$(xrandr | awk '/primary/ { print $1 }')"
|
||||
fi
|
||||
|
||||
# Required since 2019-03-12, beowulf
|
||||
if input list | grep -q "TPPS/2 Elan TrackPoint"; then
|
||||
xinput set-prop "TPPS/2 Elan TrackPoint" "libinput Accel Speed" -0.2
|
||||
fi
|
||||
|
||||
if xinput list | grep -q Bamboo; then
|
||||
devfinger="Wacom Bamboo 16FG 4x5 Finger touch"
|
||||
|
|
Loading…
Reference in a new issue