-
-
Notifications
You must be signed in to change notification settings - Fork 898
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
dwindle: add config option split_bias
#7920
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs a wiki mr and entry in configDescriptions
A wiki mr has now been added: hyprwm/hyprland-wiki#786 For the configDescriptions entry, I can see that there are entries in |
great, we forgot them... eeeeee alright. I'll have to add them manually I guess, unless you wanna volunteer in a separate mr |
Sure, I can do that |
Sorry, I needed to run |
If `default_split_ratio` is greater than 1.0, `split_bias` will give the bigger half to a specific window: 0 - positional (default) 1 - current window 2 - opening window
Describe your PR, what does it fix/add?
If
default_split_ratio
is greater than 1.0,split_bias
will give the bigger half to a specific window:0 - positional (default)
1 - current window
2 - opening window
For example, using these settings:
We can create a golden spiral
2024-09-26.07-07-34.mp4
Is there anything you want to mention? (unchecked code, possible bugs, found problems, breaking compatibility, etc.)
Not that I can think of.
Is it ready for merging, or does it need work?
Ready for merging.