Skip to content

Instantly share code, notes, and snippets.

@thenewvu
Created April 23, 2017 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thenewvu/816eded9d89548d53ee16bc31ba47795 to your computer and use it in GitHub Desktop.
Save thenewvu/816eded9d89548d53ee16bc31ba47795 to your computer and use it in GitHub Desktop.
Macbook Air mtrack driver options
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