# Some libinput basics from gentoo wiki
For fixing touchpad #issues.
## Adding tap-to-click
For fixing touchpad #issues.
## Adding tap-to-click
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "Tapping" "True"
Option "TappingDrag" "True"
Driver "libinput"
EndSection
## Touchpad natural scrollingSection "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "NaturalScrolling" "True"
Driver "libinput"
EndSection
FILE /etc/X11/xorg.conf.d/40-libinput.conf
Source: https://wiki.gentoo.org/wiki/Libinput