-
-
Notifications
You must be signed in to change notification settings - Fork 982
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
window size (resize) to absolute value and choice of axis #6382
Comments
|
Is there any specific reason for that or it would require significant effort to implement? |
Layouts work by distributing available space between windows based on |
That's right. I was thinking of 'splits' layout. I thought it was fully manual. Does it support the 'bias' parameter? |
Yes, every split has a bias associated with it. |
I also tried a trick like I however noticed a useful feature: it created two separate 'splits' layouts between which I can cycle. (but it doesn't solve the problem of setting a pre defined split size via the |
Hmm ok it does implement I think in layout_action it needs to implement the action name |
Can you please have a loot at #6386 |
I also have a neat solution for no.2 (increase/decrease/set size of window regardless the slit axis). Would you be interested in a pull request for that? |
On Thu, Jun 22, 2023 at 02:22:13AM -0700, Yury Ershov wrote:
I also have a neat solution for no.2 (increase/decrease/set size of window regardless the slit axis). Would you be interested in a pull request for that?
Let's focus on one thing at a time.
|
Hi,
I have two questions:
resize-window
only accepts positive or negative increments.The text was updated successfully, but these errors were encountered: