Created
May 5, 2014 21:44
-
-
Save psanford/dc63fe937beba8b5b582 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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