I run arch on a macbook, still dual-booting into macos from time to time.
The hardest thing I've hade to re-train muscle memory wise is the "swipe right to go back in the browser"-feature from macos.
In order to get that functionality in linux as well I've installed libinput-gestures and configured ~/.config/libinput-gestures.conf with:
gesture swipe left 3 xdotool key alt+Right gesture swipe right 3 xdotool key alt+Left While that seem to work I would prefer to be able to change the 3 to a 2. But from my experience that does not seem to work.
Why is 2-finger swipe a no-go? Is there a work-around? I'm using gnome3 under wayland.