mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-29 13:00:02 +02:00
input: reenable natural scrolling on SynPS/2
This commit is contained in:
parent
af5f11e483
commit
f731de2528
1 changed files with 2 additions and 2 deletions
|
@ -41,10 +41,10 @@ case "$event,$use,$(uname -n),$name" in
|
|||
*,XISlavePointer,*,"Logitech USB Receiver Mouse")
|
||||
xinput set-ptr-feedback $device 30 5 2
|
||||
;;
|
||||
*,XISlavePointer,zoro,"SynPS/2 Synaptics TouchPad")
|
||||
*,XISlavePointer,chocobo,"SynPS/2 Synaptics TouchPad")
|
||||
xinput set-props $device "libinput Natural Scrolling Enabled" 1
|
||||
;;
|
||||
*,XISlavePointer,zoro,"ELAN Touchscreen")
|
||||
*,XISlavePointer,*,"ELAN Touchscreen")
|
||||
xinput disable $device
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue