2 finger click will still work
synclient RightButtonAreaLeft=0
and synclient RightButtonAreaTop=0
synclient | grep RightButtonArea
/usr/share/X11/xorg.conf.d/70-synaptics.conf
, comment out the SoftButtonAreas
and replace with 0s:# This option enables the bottom right corner to be a right button on clickpads # and the right and middle top areas to be right / middle buttons on clickpads # with a top button area. # This option is only interpreted by clickpads. Section "InputClass" Identifier "Default clickpad buttons" MatchDriver "synaptics" # Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0" Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"