Mouse tap-to-click

Does anyone know how to enable “tap-to-click” on KDE Plasma? I can’t find the setting.
Thanks in advance

Should be here:

You may need to create:

cat /etc/X11/xorg.conf.d/30-touchpad.conf

Section "InputClass"
Identifier "touchpad"
Driver "libinput"
    MatchIsTouchpad "on"
    Option "Tapping" "on"
    Option "NaturalScrolling" "off"
EndSection
1 Like

That was it! thanks

1 Like