Last active
December 16, 2015 17:19
-
-
Save psanford/5470001 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 "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 | |
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" "terminate:ctrl_alt_bksp" | |
| EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment