Skip to content

Enable short right edge swipe to switch between 2 apps in windowed mode

Kugi Eusebio requested to merge kugiigi1/lomiri:main_-_shortswipe_windowed into main

This removes the special code for short right edge swipe in windowed mode. With this, you can switch between 2 apps reliably and with a subtle animation of which app gets the focus.

The current code seems to actually try to do this but doesn't really work. It sometimes work when you try to spam short swiping. Possibly a race issue with app/window focus

Merge request reports