2012-06-29 18:37:45 +00:00
|
|
|
---
|
2016-05-19 15:24:22 +00:00
|
|
|
conf/70-synaptics.conf | 4 ++++
|
2012-06-29 18:37:45 +00:00
|
|
|
1 file changed, 4 insertions(+)
|
|
|
|
|
2016-05-19 15:24:22 +00:00
|
|
|
--- a/conf/70-synaptics.conf
|
|
|
|
+++ b/conf/70-synaptics.conf
|
2012-06-29 18:37:45 +00:00
|
|
|
@@ -16,6 +16,10 @@ Section "InputClass"
|
|
|
|
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
|
|
|
|
MatchDevicePath "/dev/input/event*"
|
2014-02-20 14:48:46 +00:00
|
|
|
Option "HorizEdgeScroll" "off"
|
2012-06-29 18:37:45 +00:00
|
|
|
+# enable tap-to-click as default (bnc#722457)
|
|
|
|
+ Option "TapButton1" "1"
|
2013-01-21 08:51:25 +00:00
|
|
|
+ Option "TapButton3" "2"
|
|
|
|
+ Option "TapButton2" "3"
|
2012-06-29 18:37:45 +00:00
|
|
|
EndSection
|
|
|
|
|
|
|
|
Section "InputClass"
|