可查看这里
sudo mousepad /etc/X11/xorg.conf.d/20-touchpad.conf
添加如下内容
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "on"
Option "NaturalScrolling" "on"
Option "MiddleEmulation" "on"
Option "DisableWhileTyping" "on"
EndSection
关键在于Option "Tapping" "on"
, 有这一个就行