The mouse configuration tool doesn't have an option to turn on tap-to-click for touch pads. Is there a standard way to do this? I added
/etc/X11/xorg/conf.d/touchpad.conf:
It works, but I think the mouse config should be able to do it.
/etc/X11/xorg/conf.d/touchpad.conf:
Code:
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
EndSectionIt works, but I think the mouse config should be able to do it.

