mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-14 12:14:20 +02:00
input-event: increase acceleration for TPPS/2 device
Also, remove configuration for Synaptics Touchpad. Not needed.
This commit is contained in:
parent
78aa09fc65
commit
f3a0a870b1
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ case "$event,$use,$(uname -n),$name" in
|
|||
*,XISlavePointer,*,"Logitech USB Receiver Mouse")
|
||||
xinput set-ptr-feedback $device 30 5 2
|
||||
;;
|
||||
*,XISlavePointer,chocobo,"SynPS/2 Synaptics TouchPad")
|
||||
xinput set-prop $device "libinput Natural Scrolling Enabled" 1
|
||||
*,XISlavePointer,*,"TPPS/2 IBM TrackPoint")
|
||||
xinput set-prop $device "libinput Accel Speed" 1
|
||||
;;
|
||||
*,XISlavePointer,*,"ELAN Touchscreen")
|
||||
xinput disable $device
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue