Skip to content

Instantly share code, notes, and snippets.

@randallm
Created August 25, 2012 23:48
Show Gist options
  • Save randallm/3472395 to your computer and use it in GitHub Desktop.
Save randallm/3472395 to your computer and use it in GitHub Desktop.
xorg
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment