Created
April 1, 2018 19:19
-
-
Save misraX/26c153f906f16c7c7b1c23899b12fa8c to your computer and use it in GitHub Desktop.
This file contains hidden or 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" "on" | |
Option "VertTwoFingerScroll" "on" | |
Option "HorizEdgeScroll" "on" | |
Option "HorizTwoFingerScroll" "on" | |
Option "CircularScrolling" "on" | |
Option "CircScrollTrigger" "2" | |
Option "EmulateTwoFingerMinZ" "40" | |
Option "EmulateTwoFingerMinW" "8" | |
Option "CoastingSpeed" "0" | |
Option "FingerLow" "30" | |
Option "FingerHigh" "50" | |
Option "MaxTapTime" "125" | |
Option "VertScrollDelta" "-111" | |
Option "HorizScrollDelta" "-111" | |
# Enable clickpad/multitouch support | |
Option "ClickPad" "true" | |
# Middle-button emulation is not supported | |
Option "EmulateMidButtonTime" "0" | |
# Define right soft button at the bottom | |
Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment