Skip to content

Instantly share code, notes, and snippets.

@voutilad
Created February 12, 2017 01:58
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 voutilad/43b07e7fd53ca278a0335a4ab5c47ab0 to your computer and use it in GitHub Desktop.
Save voutilad/43b07e7fd53ca278a0335a4ab5c47ab0 to your computer and use it in GitHub Desktop.
Config for making MacBook Pro touchpad not suck under X11
###############################################################
# Config for making MacBook Pro touchpad not suck under X11
###############################################################
Section "InputClass"
Identifier "touchpad catchall"
Driver "mtrack"
MatchIsTouchpad "on"
Option "Sensitivity" "0.2" # fixes jerky motion. crank up mouse pointer acceleration in gnome settings to accomodate for higher speed.
Option "IgnoreThumb" "true" # ignore resting thumb
Option "ClickFinger1" "1" # click with thumb+resting index finger = left mouse button
Option "ClickFinger2" "3" # click with thumb+2 fingers = right mouse button
Option "TapButton1" "0"
Option "TapButton2" "0"
Option "TapButton3" "0"
Option "ScrollUpButton" "5"
Option "ScrollDownButton" "4"
EndSection
@voutilad
Copy link
Author

  • Turns off Tap to Click crap
  • Reverse scrolling (is it "natural"?...swipe up to move down.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment