Created
July 11, 2017 19:50
-
-
Save THS-on/54cc1b518a2fb8be2b0010f66bdb8a88 to your computer and use it in GitHub Desktop.
libinput.conf for Lernstick
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
# This enables to-to-click and disables naturalscrolling in Mate, LXDE, XFCE and Enlightment | |
Section "InputClass" | |
Identifier "libinput touchpad catchall" | |
MatchIsTouchpad "on" | |
MatchDevicePath "/dev/input/event*" | |
Driver "libinput" | |
Option "Tapping" "on" | |
Option "NaturalScrolling" "false" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment