Created
August 11, 2017 09:06
-
-
Save hho/1fa3d05bcaae9045351b5ffc468ab27f to your computer and use it in GitHub Desktop.
Disable right click on Synaptics clickpads in X.Org
This file contains 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 "Disable Right Click" | |
MatchDriver "synaptics" | |
Option "SoftButtonAreas" "0 0 0 0 0 0 0 0" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment