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
18 lines
495 B
Diff
18 lines
495 B
Diff
---
|
|
conf/70-synaptics.conf | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
--- a/conf/70-synaptics.conf
|
|
+++ b/conf/70-synaptics.conf
|
|
@@ -16,6 +16,10 @@ Section "InputClass"
|
|
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
|
|
MatchDevicePath "/dev/input/event*"
|
|
Option "HorizEdgeScroll" "off"
|
|
+# enable tap-to-click as default (bnc#722457)
|
|
+ Option "TapButton1" "1"
|
|
+ Option "TapButton3" "2"
|
|
+ Option "TapButton2" "3"
|
|
EndSection
|
|
|
|
Section "InputClass"
|