input-event: fix accel of trackpoint

This commit is contained in:
Vincent Bernat 2018-07-22 12:15:01 +02:00
parent 4f0a973cba
commit 846cd2f680

View file

@ -45,7 +45,8 @@ case "$event,$use,$(uname -n),$name" in
xinput set-ptr-feedback $device 3 3 1
;;
*,XISlavePointer,*,"TPPS/2 IBM TrackPoint")
xinput set-ptr-feedback $device 2 5 1
xinput set-ptr-feedback $device 2 5 1 # no effect?
xinput set-float-prop $device 'libinput Accel Speed' 0.5
;;
*,XISlavePointer,zoro,"SynPS/2 Synaptics TouchPad")
xinput set-props $device "libinput Natural Scrolling Enabled" 1