Skip to content

Instantly share code, notes, and snippets.

@benhamill
Created September 17, 2011 03:41
Show Gist options
  • Save benhamill/1223603 to your computer and use it in GitHub Desktop.
Save benhamill/1223603 to your computer and use it in GitHub Desktop.
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
# Reverse scroll-wheel direction
Option "ZAxisMapping" "5 4"
Option "VertTwoFingerScroll" "on"
Option "HorizTwoFingerScroll" "on"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment