forked from pool/xf86-input-synaptics
* bump up synaptics driver to 70, so it get's preferred over libinput, which was dropped down to 060 (boo #979554) - adjusted n_xf86-input-synaptics-default-tap.diff, n_xf86-input-synaptics-xorg.conf.d_snippet.diff OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-input-synaptics?expand=0&rev=51
17 lines
542 B
Diff
17 lines
542 B
Diff
---
|
|
conf/70-synaptics.conf | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
--- a/conf/70-synaptics.conf
|
|
+++ b/conf/70-synaptics.conf
|
|
@@ -14,7 +14,8 @@
|
|
# This option is recommend on all Linux systems using evdev, but cannot be
|
|
# enabled by default. See the following link for details:
|
|
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
|
|
-# MatchDevicePath "/dev/input/event*"
|
|
+ MatchDevicePath "/dev/input/event*"
|
|
+ Option "HorizEdgeScroll" "off"
|
|
EndSection
|
|
|
|
Section "InputClass"
|