Show windows that are on all workspaces in the multitasking view - #2904
Merged
Merged
Conversation
|
Code is good and I like behaviour. |
leolost2605
force-pushed
the
leolost/show-on-all-workspaces-window
branch
from
August 16, 2026 15:26
5aa6c76 to
8dea287
Compare
Member
Author
Agreed. Once this is merged I will follow up there :) |
leolost2605
force-pushed
the
leolost/show-on-all-workspaces-window
branch
from
August 25, 2026 12:58
8dea287 to
6ab2cde
Compare
This was referenced Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently they just disappear as soon as the multitasking view is opened or workspaces are being switched. This looks weird and also blocks you from interacting with the window in the multitasking view.
So instead show them like normal windows but on every workspace. I think this makes more sense than just hiding it. Maybe we could even change the label in the window menu from "Always on visible workspace" to something like "Show on all workspaces" and then it would make even more sense to the user.
The only alternative I could think off would be to treat it like a window that is currently moved between workspaces e.g. via the gesture. I.e. when switching workspaces just keep it at its current position and when opening the multitasking view fade it out. That's a bit more complicated to implement (but not that bad, I had a working prototype a while back somewhere) but more importantly IMO is that you wouldn't have access to managing it in the multitasking view. And I personally use pretty much exclusively the multitasking view for switching between open windows on a workspace which I couldn't do then.
If we want to go with this here an open question would be whether we want to allow drag and drop in the multitasking view. Currently it is handled IMO quite logically that when you drag it to another workspace
on_all_workspacesis unset and it's once again a normal window on the workspace you moved it to.