Add "ignore-workspaces" option to sway/workspaces module#4986
Open
maltherd wants to merge 1 commit intoAlexays:masterfrom
Open
Add "ignore-workspaces" option to sway/workspaces module#4986maltherd wants to merge 1 commit intoAlexays:masterfrom
maltherd wants to merge 1 commit intoAlexays:masterfrom
Conversation
Author
|
Note: I just noticed my intended behavior can also be achieved by creating a headless output in sway (not documented officially yet, but visible in https://www.reddit.com/r/swaywm/comments/k1zl41/thank_you_devs_free_ipad_repurposed_as_a_second/) and sending the workspaces to it. Although, it has a bad habit of stealing the 1 workspace into oblivion, I reckon that could be fixed. |
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.
This is a very small change I needed personally.
My use case is that I want to keep a bunch of workspaces open for my work time, and others for my free time. When working, I don't want to see (and cycle through) the free-time ones, and vice versa.
I wrote a little script to rename workspaces 1 → _1 and vice-versa. I just needed a way to hide the underscore-prefixed workspaces.
This is not great code, as the workspace stays hidden even when focused, but perhaps it will help searchers.
Have a nice day