From 4cc87d1cce3b34dc09138f8cc4dd6477d118c6c2 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 21 Sep 2014 09:55:09 +0200 Subject: [PATCH] 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. --- bin/input-event | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/input-event b/bin/input-event index feadb53..6c3b147 100755 --- a/bin/input-event +++ b/bin/input-event @@ -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