mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-30 13:24:21 +02:00
input: try natural scrolling for synaptics touchpad
This commit is contained in:
parent
e5f053996e
commit
faabca55e2
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ case "$use,$(uname -n),$name" in
|
||||||
xinput set-ptr-feedback $device 2 5 1
|
xinput set-ptr-feedback $device 2 5 1
|
||||||
;;
|
;;
|
||||||
XISlavePointer,zoro,"SynPS/2 Synaptics TouchPad")
|
XISlavePointer,zoro,"SynPS/2 Synaptics TouchPad")
|
||||||
# Everything is configured correctly by default
|
xinput set-props $device "libinput Natural Scrolling Enabled" 1
|
||||||
;;
|
;;
|
||||||
XISlavePointer,zoro,"ELAN Touchscreen")
|
XISlavePointer,zoro,"ELAN Touchscreen")
|
||||||
xinput disable $device
|
xinput disable $device
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue