input-event: increase acceleration for TPPS/2 device

Also, remove configuration for Synaptics Touchpad. Not needed.
This commit is contained in:
Vincent Bernat 2021-07-11 00:29:09 +02:00
parent 78aa09fc65
commit f3a0a870b1

View file

@ -41,8 +41,8 @@ case "$event,$use,$(uname -n),$name" in
*,XISlavePointer,*,"Logitech USB Receiver Mouse") *,XISlavePointer,*,"Logitech USB Receiver Mouse")
xinput set-ptr-feedback $device 30 5 2 xinput set-ptr-feedback $device 30 5 2
;; ;;
*,XISlavePointer,chocobo,"SynPS/2 Synaptics TouchPad") *,XISlavePointer,*,"TPPS/2 IBM TrackPoint")
xinput set-prop $device "libinput Natural Scrolling Enabled" 1 xinput set-prop $device "libinput Accel Speed" 1
;; ;;
*,XISlavePointer,*,"ELAN Touchscreen") *,XISlavePointer,*,"ELAN Touchscreen")
xinput disable $device xinput disable $device