-
-
Notifications
You must be signed in to change notification settings - Fork 769
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
Adding sway/workspaces:persistant_workspaces #330
Conversation
Just pushed a commit in order to focus the correct workspace, and fix an ordering pb. |
Persistant workspaces would reorder upon their first creation
Fixed another ordering pb 😛 Thanks! |
Sorry for necro, but if anyone comes across this in the future, this is now persistent_workspaces, not persistant_workspaces. See 2646390 |
I was about to point that out lmao |
will this work on hyperland ? |
Yes, all wlroots based compositors will work with Waybar's workspace module. I am on Hyprland now, and can confirm this is the case |
Implements #210
Adds the
persistant_workspaces
option to the modulesway/workspaces
.Within
persistant_workspaces
, you can list workspaces that should always be showed, even when non existant as per sway. It is possible to indicate which outputs they should be displayed on ; if no output was indicated, it will display on all outputs.example:
Known issue: upon clicking on a non-existing workspace, the new workspace will be created and opened on the output that is currently focused, instead of on the one where the click occured (except if there are further restriction on sway's config)