I've recently upgraded my laptop with XUbuntu to 19.10 and is very annoyed by new feature: when I tap at specific places on my touchpad (looks like it is right half of it) with tap-to-click enabled, it emulates middle mouse button instead of left one as I expect. This also happen on XUbuntu 19.10 live CD.
Where and how can this be disabled? I see no relevant switches in "Mouse and Touchpad" XFCE configuration. Of course, disabling tap-to-click stops middle clicks as well.
I'm not fully sure if it will be what you expect, but you can disable all touchpad buttons except the left one by doing:
If it is what you are looking for, you will have to edit the file /usr/share/X11/xorg.conf.d/70-synaptics.conf in order to make those changes persistent.
EDIT: To make persistent changes
To make changes persistent independently of any updates, you can either 1) create a script run at the startup such as suggested here: Execute a command 20 seconds after the desktop is booted.
In your case, it will be something like:
Or 2) you can edit/create a xorg.cong file in
/etc/X11/xorg.conf
. However, I'm not advanced enough in Linux to recommend you to follow this solution because I'm not sure of the outcome. It's up to you.Maybe someone else will be able to give you the right path to follow. From what I found online, it should look like that:
Again, I can't certified it will works. It's your call if you want to try that.
You can read more about this here: https://manpages.ubuntu.com/manpages/cosmic/man5/xorg.conf.5.html and Where is the X.org config file? How do I configure X there?