Skip to content

Instantly share code, notes, and snippets.

@THS-on
Created July 11, 2017 19:50
Show Gist options
  • Save THS-on/54cc1b518a2fb8be2b0010f66bdb8a88 to your computer and use it in GitHub Desktop.
Save THS-on/54cc1b518a2fb8be2b0010f66bdb8a88 to your computer and use it in GitHub Desktop.
libinput.conf for Lernstick
# 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