-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Feature request: Command to close all workspaces except for the current #185
Comments
Q: What is your use case? What workflow do you find this command useful for? (1) I agree that it should be possible to script this behavior. Right now, it's not possible to script it at all because of #173 . And even if #173 were implemented it would not be pleasant to script, because Once #186 is implemented it will be possible to script the desired workflow this way:
(2) I respect the "batteries included approach". That's why I added But I'm not convinced that the command to move all windows to the current workspace would be popular enough to include this battery. How one would call this command? |
My use case: I often don't want to use workspaces when I don't have any external monitors (normally have three). When I use the dock (or cmd-tab) to switch between apps, the workspace changes automatically, but I can't easily cycle between apps using the focus bindings, I have to remember which workspace I previously had the app/window. Thanks. |
Ask
To implement a command to close all workspaces except for the current.
When invoked, all workspaces except for the focused workspace should be closed and all windows on other workspaces should be moved to the current workspace.
The text was updated successfully, but these errors were encountered: