Skip to content

Instantly share code, notes, and snippets.

@cburgdorf
Created October 18, 2017 14:21
Show Gist options
  • Save cburgdorf/ae20bea3f3407a3efa86a73483c01fba to your computer and use it in GitHub Desktop.
Save cburgdorf/ae20bea3f3407a3efa86a73483c01fba to your computer and use it in GitHub Desktop.
/usr/share/X11/xorg.conf.d/51-synaptics-userdefined.conf
Section "InputClass"
Identifier "touchpad restrict area"
Driver "synaptics"
MatchIsTouchpad "on"
Option "AreaLeftEdge" "200"
Option "AreaRightEdge" "1000"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment