You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how we want to handle window stacks. But presumably this is not the desired behavior.
The simplest change would be to make cosmic-comp remove windows from the stack when they are moved in cosmic-workspaces. If we want cosmic-workspaces to be aware of stacks, that will require changes to the Wayland protocols we're using.
The text was updated successfully, but these errors were encountered:
I wonder how much changes the protocol would really need, as I feel like handling the stacks as a whole would make more sense.
Theoretically it would be enough to change cosmic-comp to just treat stacks as single cosmic-toplevel-handles, but that obviously breaks app-list and much more.
Perhaps a "stacked" and "suspended" (for non-active stacked windows) state would be enough? And change the toplevel-capture request to include a including_stack-boolean argument? And probably some window-management functions like move-to-workspace as well, though I wonder, if that should move the whole stack by default anyway.
I'm not sure how we want to handle window stacks. But presumably this is not the desired behavior.
The simplest change would be to make cosmic-comp remove windows from the stack when they are moved in cosmic-workspaces. If we want cosmic-workspaces to be aware of stacks, that will require changes to the Wayland protocols we're using.
The text was updated successfully, but these errors were encountered: