Created
May 14, 2016 21:04
-
-
Save mladoux/c25d19b1128db05a5e6f594cbd9f6233 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "InputClass" | |
Identifier "touchpad" | |
Driver "synaptics" | |
MatchIsTouchpad "on" | |
Option "TapButton1" "1" | |
Option "TapButton2" "3" | |
Option "TapButton3" "2" | |
Option "VertEdgeScroll" "off" | |
Option "VertTwoFingerScroll" "on" | |
Option "HorizEdgeScroll" "off" | |
Option "HorizTwoFingerScroll" "on" | |
Option "CoastingSpeed" "0" | |
Option "MaxTapTime" "125" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment