summaryrefslogtreecommitdiff
path: root/kanotix-lxde-extra/51-synaptics-kanotix.conf
diff options
context:
space:
mode:
Diffstat (limited to 'kanotix-lxde-extra/51-synaptics-kanotix.conf')
-rw-r--r--kanotix-lxde-extra/51-synaptics-kanotix.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/kanotix-lxde-extra/51-synaptics-kanotix.conf b/kanotix-lxde-extra/51-synaptics-kanotix.conf
new file mode 100644
index 0000000..8f25a24
--- /dev/null
+++ b/kanotix-lxde-extra/51-synaptics-kanotix.conf
@@ -0,0 +1,27 @@
+# from http://wiki.debian.org/SynapticsTouchpad
+# examples at /usr/share/X11/xorg.conf.d
+#
+# Copy this file into
+# /etc/X11/xorg.conf.d/
+#
+Section "InputClass"
+ Identifier "Touchpad" # required
+ MatchIsTouchpad "yes" # required
+ Driver "synaptics" # required
+# Option "MinSpeed" "0.5"
+# Option "MaxSpeed" "1.0"
+# Option "AccelFactor" "0.075"
+ Option "TapButton1" "1"
+# Option "TapButton2" "2" # multitouch
+# Option "TapButton3" "3" # multitouch
+# Option "VertTwoFingerScroll" "1" # multitouch
+# Option "HorizTwoFingerScroll" "1" # multitouch
+ Option "VertEdgeScroll" "1"
+# Option "CoastingSpeed" "8"
+# Option "CornerCoasting" "1"
+# Option "CircularScrolling" "1"
+# Option "CircScrollTrigger" "7"
+# Option "EdgeMotionUseAlways" "1"
+ Option "LBCornerButton" "8" # browser "back" btn
+ Option "RBCornerButton" "9" # browser "forward" btn
+EndSection