-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Add the ability to have multiple workspaces stacked vertically.
A workspace is a horizontal strip of window.
A feature I think would be cool is to allow workspace looping, like when you are in the topmost workspace if I go to the workspace above, it will loop to the bottommost, and vice versa.
But I feel like it will be a feedback mess without animation implemented. And even if the animations are implemented, user might want to disable them through the config. So if this loop feature gets implemented, strong feedback will be needed. (Idea: maybe a workspace popup when changing with text like "1 / 4".
If workspace looping is disabled and dynamic workspaces are enabled, then when going down from the bottommost workspace, a new one must be created
Related action:
- Create workspace below / above
- Switch to top / bottom
Related config:
- workspace_overflow_behavior
- dynamic: on overflow, a new workspace is created and selected.
- loop: on overflow, loop from bottom to top and vice versa.
- basic: On overflow, nothing happen, you stay on the current workspace