It's easy to fix this. First, let's make a xorg.conf.d directory, if you don't already have it:
$ sudo mkdir -p /etc/X11/xorg.conf.d
$
$
Now you're going to use your favourite editor, and edit /etc/X11/xorg.conf.d/70-synaptics.conf and put the following inside it:
Section "InputClass"
Identifier "Touchpad"
MatchIsTouchpad "on"
Driver "synaptics"
Option "TapButton3" "2"
EndSection
Identifier "Touchpad"
MatchIsTouchpad "on"
Driver "synaptics"
Option "TapButton3" "2"
EndSection
Now reboot, and you're done. Three-finger tap should be middle-click.
Ubuntu 20.04. This article still useful. Thanks!
ReplyDeleteUbuntu 20.04. lenovo ideapad 330. worked for me too.
Delete