Created
April 23, 2017 13:04
-
-
Save thenewvu/816eded9d89548d53ee16bc31ba47795 to your computer and use it in GitHub Desktop.
Macbook Air mtrack driver options
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" | |
MatchIsTouchpad "on" | |
Identifier "Trackpad" | |
Driver "mtrack" | |
Option "Sensitivity" "0.40" | |
Option "FingerHigh" "5" | |
Option "FingerLow" "1" | |
Option "IgnoreThumb" "true" | |
Option "IgnorePalm" "true" | |
Option "TapButton1" "1" | |
Option "TapButton2" "3" | |
Option "TapButton3" "2" | |
Option "TapButton4" "0" | |
Option "ButtonMoveEmulate" "false" | |
Option "ButtonIntegrated" "true" | |
Option "ClickTime" "25" | |
Option "SwipeLeftButton" "8" | |
Option "SwipeRightButton" "9" | |
Option "SwipeUpButton" "0" | |
Option "SwipeDownButton" "0" | |
Option "SwipeDistance" "700" | |
Option "ScrollCoastDuration" "500" | |
Option "ScrollCoastEnableSpeed" ".3" | |
Option "ScrollUpButton" "5" | |
Option "ScrollDownButton" "4" | |
Option "ScrollLeftButton" "7" | |
Option "ScrollRightButton" "6" | |
Option "ScrollDistance" "350" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment