# cat /etc/X11/xorg.conf.d/40-libinput.conf
Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
Driver "libinput"
Option "DisableWhileTyping" "true"
Option "Tapping" "true"
Option "ClickMethod" "clickfinger"
EndSection