-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Push to new workspace #2264
Comments
I had the proposal for a dock context menu item "open app in new workspace" that feels semi related, to this. |
Yeah this is probably what Super + H should do and replace the minimize action in the window context menu |
I thought about this a while ago too. I think minimize as move to new workspace is confusing without visual feedback. This would be a great showcase for https://github.com/orgs/elementary/discussions/337 where minimized window is transforming into a new item on the dock. But without that I think it's not a viable approach I have some spare time this week so I'm gonna try implementing https://github.com/orgs/elementary/discussions/337 |
Yeah like I said it shouldn't really be a minimize replacement but instead more of a separate thing. The visual feedback would be the window sliding out to the right which IMHO represents what's happening pretty good.
Yeah I wanted to do that at some point but I got stuck waiting for a review on elementary/dock#336 since I wanted to use that as a base and then make a launcher abstract class which applauncher and workspacelauncher derive from 🤷 |
Will there be a new workspace created for every app that's |
Problem
A lot of people miss minimizing as a way to get an app out of your sight for a second.
I think that's a valid usecase and going either via move to next workspace (then you have to go back to what you originally wanted to do) or via multitasking view is quite awkward.
Proposal
Introduce a push to new workspace action (for now e.g. with keybind and gesture).
This will slide the currently focused window out to the right and move it to a newly created workspace that's inserted on your right.
This way
Prior Art (Optional)
Some discussion already took place in #407 which is a very similar proposal with some additional changes that go further so this is more limited to be more actionable.
Also things have changed since then because we don't support minimize at all in the dock now
The text was updated successfully, but these errors were encountered: