Allow showing windows on multiple workspaces like DWM's multi tagging #10358
Unanswered
zpxp
asked this question in
Feature requests - Window management
Replies: 1 comment 1 reply
-
This is probably plugin territory. It wouldn't be compatible with any hyprland workspace widgets for bars, so you probably have to either do custom ipc events or just implement enough of the dwl output protocol to get those widgets working. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In DWM you can add a window to multiple workspaces so it appears if you are looking at either workspace. They call it multi tagging. Additionally, you can view multiple workspaces at once by right clicking one of them or SUPER + 1 + 2 (shows all windows on workspace 1 and 2). This is useful for if you need to quickly look at another window for reference then get rid of it without having to change its workspace then change it back
https://dwm.suckless.org/customisation/tagmask/
https://dwm.suckless.org/patches/combo/
Beta Was this translation helpful? Give feedback.
All reactions