Skip to content

Instantly share code, notes, and snippets.

@psanford
Last active December 16, 2015 17:19
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 psanford/5470001 to your computer and use it in GitHub Desktop.
Save psanford/5470001 to your computer and use it in GitHub Desktop.
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
Option "TapButton3" "2"
Option "ClickFinger3" "2"
Option "HorizTwoFingerScroll" "1"
MatchIsTouchpad "on"
# This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
MatchDevicePath "/dev/input/event*"
EndSection
Section "InputClass"
Identifier "touchpad ignore duplicates"
MatchIsTouchpad "on"
MatchOS "Linux"
MatchDevicePath "/dev/input/mouse*"
Option "Ignore" "on"
EndSection
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment