Created
July 6, 2018 11:07
-
-
Save singulared/53ab3e9a6e2f190238f6f55088a24552 to your computer and use it in GitHub Desktop.
synaptics
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" "2" | |
Option "TapButton3" "3" | |
Option "VertEdgeScroll" "off" | |
Option "VertTwoFingerScroll" "on" | |
Option "HorizEdgeScroll" "off" | |
Option "HorizTwoFingerScroll" "on" | |
Option "CircularScrolling" "on" | |
Option "CircScrollTrigger" "2" | |
Option "EmulateTwoFingerMinZ" "40" | |
Option "EmulateTwoFingerMinW" "8" | |
Option "CoastingSpeed" "0" | |
Option "FingerLow" "35" | |
Option "FingerHigh" "40" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment