Ubuntu – Lubuntu 18.10 How to activate tap to click

lubuntutouchpad

I'm using a fresh install 18.10 on my Samsung Serie 5 Ultra 530U3C A0L notebook.

I really enjoy the Linux experience so far and everything I need works out of the box for me. The only thing missing is tap to click. How can I activate it? I looked for an option in lxqt but couldnt find one.
I googled a bit and found this: synclient tapbutton1=1 but typing this in the terminal did not help.

Best Answer

this works for me
https://wiki.archlinux.org/index.php/Libinput#Touchpad_configuration

create:

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

content:

Section "InputClass"   
  Identifier "touchpad"  
  Driver "libinput"  
  MatchIsTouchpad "on"  
  Option "Tapping" "on"  
EndSection

and finally

reboot