mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 19:58:35 +02:00
input: disable synaptics except for click
I don't have time to patch the driver at each upgrade. Moreover, I don't use scrolling that much.
This commit is contained in:
parent
b57bffcd16
commit
4cc87d1cce
1 changed files with 1 additions and 2 deletions
|
@ -56,8 +56,7 @@ case "$use,$(uname -n),$name" in
|
|||
# The logic is explained here:
|
||||
# http://who-t.blogspot.de/2013/12/lenovo-t440-touchpad-button.html
|
||||
xinput set-prop $device 'Synaptics Soft Button Areas' 3656 0 0 0 2928 3656 0 0
|
||||
xinput set-prop $device 'Synaptics Off' 3 # Needs a patch: http://lists.x.org/archives/xorg/2014-June/056689.html
|
||||
xinput set-prop $device 'Synaptics Two-Finger Scrolling' 1 1
|
||||
xinput set-prop $device 'Synaptics Off' 1
|
||||
;;
|
||||
XISlavePointer,zoro,"ELAN Touchscreen")
|
||||
xinput disable $device
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue