Skip to content

Instantly share code, notes, and snippets.

@Nervengift
Created May 1, 2019 17:09
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 Nervengift/da3aea9bff69b6564d393978a5ea30c5 to your computer and use it in GitHub Desktop.
Save Nervengift/da3aea9bff69b6564d393978a5ea30c5 to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d/30-touchpad.conf
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "NaturalScrolling" "true"
Option "ClickMethod" "clickfinger"
Option "Tapping" "on"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment