04-21-2020, 08:27 AM
(04-19-2020, 07:46 AM)manawyrm Wrote: @Eggmonkey:
Big thanks for mentioning synaptics, your config works a lot better for me.
I'm still trying to figure out how to get 2 finger clickpad handling to work correctly.
Currently putting one finger down on the left bottom of the trackpad (where the left mouse button is) prohibits any movement of the cursor with a second finger. (and sends a VerticalScroll). Any idea how I might fix that?
I think you have to double click with two fingers to get a right click.
It seems the standard time for the right click (double finger click) is quite short, so if you concentrate and do a click with two fingers very quickly it should work.
I played a bit around with the parameters and MaxTapTime=250 works much better for me.
You can try it out with:
Code:
synclient MaxTapTime=250
If it works for you, you can add it to the /etc/X11/xorg.conf.d/70-synaptics.conf configuration file.