gerritdevriese / kzones

KDE KWin Script for snapping windows into zones
https://store.kde.org/p/1909220
GNU General Public License v3.0
238 stars 14 forks source link

Make window switching per desktop and activity #45

Closed trivoldus28 closed 11 months ago

trivoldus28 commented 11 months ago

The patch works by saving the desktop and activity ids per client and check if they match when cycling. Addresses issue https://github.com/gerritdevriese/kzones/issues/38

trivoldus28 commented 11 months ago

I also made the switching per layout so that during mixed usage of multiple layouts simultaneously the switching is restricted to the layout & zone of the currently selected window. Previously switching is across layouts of zones of the same ids which may or may not have spatial similarity.

gerritdevriese commented 11 months ago

Hi, thanks so much for this, not really an avid desktop/workspace user myself, so this wasn't something I was thrilled to do myself 😉 I merged it with the test branch so it will be in the next release.

trivoldus28 commented 11 months ago

No problem! Thanks again for the work.