-
-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
adjust split percentage #184
Comments
I personally would like to have more than a toggle: Increase/decrease the split ratio for current node with a specified step size
bspwm offers
|
@kiryph, I believe what you’re asking is already possible (maybe except for percentages)? e.g., |
@mattsawyer77 Thanks for your suggestion. I know that the resizing commands exist. But I am not too happy with them for following reasons:
Also resizing with the mouse sometimes does not work flawlessly and leaves simply a gap between the windows (right now observed for a tiling of chrome, macvim and iterm2). However, I would prefer to use the keyboard anyway. Final personal note: the number of required mappings to operate with a bsp tree and yabai in general is currently my main concern with yabai. Further examples for this are the two sets of movements (swap or warp), modifying the layout (mirror on x or y-axis, rotate clockwise or counterclockwise), set insertion point. I was happy noting the possibility to change focus of windows across screen borders with one set of mappings given here #104 (comment). Maybe I simply have to accept this. bspwm does not provide a solution here either. I would have sticked with Amethyst which, however, does not support spaces which is crucial for my understanding of a modern desktop. Tiling window manager can be nice but I switch occasionally to a floating layout when I open many windows where the bsp tiling on my 1920x1080 screen is worse than floating. Other methods such as snapping or tools like spectacle are not too bad to quickly arrange windows in a floating layout. I also miss a tabbed mode for a node similar to i3 Sorry for my long reply. Simply ignore as much as you like. |
Added a new command on master that will modify the split percentage of the window directly.
|
I'm wondering if it's possible to toggle the split percentage on the fly somehow. For example, I'd like to be able to press a shortcut and toggle between 50% and 67%. So far, I've only been able to achieve this by changing the config and restarting yabai.
The text was updated successfully, but these errors were encountered: