Created
March 18, 2016 20:28
-
-
Save ojdon/c94c65f4c99b293e4c65 to your computer and use it in GitHub Desktop.
50-synaptics.conf tweaks to make the Macbook Air 5,2 Trackpad behave in Ubuntu 14.04
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" | |
MatchIsTouchpad "on" | |
Identifier "Touchpads" | |
Driver "mtrack" | |
Option "FingerHigh" "12" | |
Option "FingerLow" "4" | |
Option "IgnoreThumb" "true" | |
Option "IgnorePalm" "true" | |
Option "TapButton1" "0" | |
Option "TapButton2" "0" | |
Option "TapButton3" "0" | |
Option "TapButton4" "0" | |
Option "ButtonMoveEmulate" "false" | |
Option "ButtonIntegrated" "true" | |
Option "ClickTime" "25" | |
Option "BottomEdge" "25" | |
Option "SwipeLeftButton" "8" | |
Option "SwipeRightButton" "9" | |
Option "SwipeUpButton" "0" | |
Option "SwipeDownButton" "0" | |
Option "ScrollDistance" "75" | |
Option "ScrollUpButton" "5" | |
Option "ScrollDownButton" "4" | |
Option "ThumbSize" "35" | |
Option "PalmSize" "55" | |
Option "DisableOnThumb" "false" | |
Option "DisableOnPalm" "true" | |
Option "SwipeDistance" "1000" | |
Option "ScrollLeftButton" "7" | |
Option "ScrollRightButton" "6" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment