Skip to content

Instantly share code, notes, and snippets.

@hho
Created August 11, 2017 09:06
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 hho/1fa3d05bcaae9045351b5ffc468ab27f to your computer and use it in GitHub Desktop.
Save hho/1fa3d05bcaae9045351b5ffc468ab27f to your computer and use it in GitHub Desktop.
Disable right click on Synaptics clickpads in X.Org
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