Нужно например в иксах сделать так, чтобы тачпад работал по касанию, да к тому же в synaptics. К сожалению у меня получается сделать это только с libinput.
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "on"
Section "InputClass"
Identifier "touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "synaptics"
Option "Tapping" "on"
Перемещено Pinkbyte из admin