Created
May 1, 2019 17:09
-
-
Save Nervengift/da3aea9bff69b6564d393978a5ea30c5 to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d/30-touchpad.conf
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 "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