tree: skip empty inactive workspaces#541
Conversation
|
The current behavior is intentional so this will have to be a configuration option. Maybe something with five variants:
Hide differs from destroy in that reopening the workspace opens it on the same output it was previously on.
No. |
|
Sure, let me see if I can get that done. While we're on that, I already had a naive solution that sorts workspaces (point 1. from #519). Would you prefer that configurable as well? |
|
That's more complicated. You can manually drag workspaces around so you'd have to think about how these two things interact. |
I was thinking making it configurable and if sorting is enabled having dragging disabled.
Is hide a new concept or is there precedent in jay? |
That sounds reasonable.
It's what your code does at the moment. Otherwise it is new. |
|
Closing this for now. Will take a stab at it according to #541 (comment) sometime. |
Handles point 2 from #519.
Not sure how it should behave depending on
ws.attention_requests. Can those happen if the workspace is empty?