Whoa @jasonh thanks for the explanation/detail! I didn’t even realize physical 2 finger click for a right click + physical 3 finger click for middle click (like on a Mac) was possible…I just looked it up and got it working. Nice!!! Now there’s no need to muscle memory/guess where the left/right input sections are.
Here’s how in Gnome and Sway:
It was already enabled in Gnome Tweaks:
So it should work in Gnome.
But I’m using Sway, so I had to add this to my config:
input "2362:628:PIXA3854:00_093A:0274_Touchpad" click_method clickfinger
Get the name of the input/touchpad by running: swaymsg -t get_inputs and use the identifier:
Or replace the name with * to affect all inputs.
input * click_method clickfinger
Much appreciated!

