Execute o seguinte comando como usuário comum:
gsettings set org.gnome.desktop.peripherals.touchpad click-method 'fingers'
Na época, o Ubuntu ainda usava o X11, eu poderia fazer isso adicionando o arquivo /etc/X11/xorg.conf.d/50-synaptics.conf
:
Section "InputClass"
Identifier "Default clickpad buttons"
MatchDriver "synaptics"
# Disable bottom right area for right click
Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
Option "SecondarySoftButtonAreas" "0 0 0 0 0 0 0 0"
# Enable middle click with three fingers click and tap
Option "ClickFinger3" "2"
Option "TapButton3" "2"
EndSection
Como posso fazer isso no Ubuntu 17.10?
Execute o seguinte comando como usuário comum:
gsettings set org.gnome.desktop.peripherals.touchpad click-method 'fingers'