Conditional Master Window Positioning Based on Number of Windows #11017
Unanswered
protwan
asked this question in
Feature requests - Layouts
Replies: 1 comment 1 reply
-
|
Thats what workspace rules do or can do with proper logic. |
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.
-
Description
Currently, the master layout allows setting a threshold where the master window moves to the center when a certain number of windows is reached.
Requested Behavior
I'd like to propose an additional feature that does the opposite: until a specified threshold is reached, the master windows should be centered. Once the threshold is exceeded, the master window should move to the specified position (e.g. left).
Use Case
This feature would provide more flexibility in managing window layouts, especially for users who prefer a centered master window when there are few (or a single) windows open, but want to switch to a more traditional layout, with master on the left and slaves on the right, when there are many windows.
Bonus Points
It would be amazing if slave windows would use dwindle layout instead of simple stacking.
Example Configuration
master { new_status = slave slaves_threshold = 3 master_position_before_threshold = center master_position_after_threshold = left slave_layout = dwindle # or stacked (default) always_keep_position = true mfact = 0.5 }Beta Was this translation helpful? Give feedback.
All reactions