input: set acceleration for Logitech mouse

This commit is contained in:
Vincent Bernat 2019-04-27 21:07:33 +02:00
parent 4b33f2aa9c
commit 7d2a8408f3

View file

@ -41,6 +41,9 @@ case "$event,$use,$(uname -n),$name" in
*,XISlavePointer,*,"Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)") *,XISlavePointer,*,"Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)")
xinput set-ptr-feedback $device 3 3 1 xinput set-ptr-feedback $device 3 3 1
;; ;;
*,XISlavePointer,*,"Logitech USB Receiver Mouse")
xinput set-ptr-feedback $device 30 5 2
;;
*,XISlavePointer,*,"TPPS/2 IBM TrackPoint") *,XISlavePointer,*,"TPPS/2 IBM TrackPoint")
: :
# xinput set-ptr-feedback $device 2 5 1 # no effect? # xinput set-ptr-feedback $device 2 5 1 # no effect?