mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 20:40:15 +02:00
input: set acceleration for Logitech mouse
This commit is contained in:
parent
4b33f2aa9c
commit
7d2a8408f3
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ case "$event,$use,$(uname -n),$name" in
|
|||
*,XISlavePointer,*,"Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)")
|
||||
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")
|
||||
:
|
||||
# xinput set-ptr-feedback $device 2 5 1 # no effect?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue