Skip to content

Instantly share code, notes, and snippets.

@psanford
Created May 5, 2014 21:44
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/dc63fe937beba8b5b582 to your computer and use it in GitHub Desktop.
Save psanford/dc63fe937beba8b5b582 to your computer and use it in GitHub Desktop.
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbOptions" "caps:super,terminate:ctrl_alt_bksp"
EndSection
Section "InputClass"
Identifier "Apple Keyboards"
MatchUSBID "05ac:0259"
MatchIsKeyboard "yes"
Option "XkbOptions" "altwin:swap_lalt_lwin,caps:super,terminate:ctrl_alt_bksp"
EndSection
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
Option "TapButton3" "2"
Option "ClickFinger3" "2"
Option "HorizTwoFingerScroll" "1"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
EndSection
Section "InputClass"
Identifier "touchpad ignore duplicates"
MatchIsTouchpad "on"
MatchOS "Linux"
MatchDevicePath "/dev/input/mouse*"
Option "Ignore" "on"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment