|
As far as I can see, the bias option in session files only affects the full_size window. The horizontal panes to the right are divided equally. I want to define a session file that looks like the attached screenshot. I wish there was a way to set the vertical bias of secondary panes in a session file so I wouldn't have to manually resize them. Manually resizing takes too much time and effort. Here, |
Replies: 2 comments 2 replies
|
That would require adding support for a --bias option to the launch command and adding support for the full aunch command syntax to the session files. At the moment your best bet is to use the remote control kitty @resize-window command in your session file or startup scripts. |
|
layout tall:bias=64
launch
launch
launch --bias=-14(numbers to be adjusted as needed) Either negative number support was added later, or due to my lack of wisdom at the time I didn't think of trying it out. |

kitty @ resize-windowmay have been the answer in 2021, but now there's a simpler way:(numbers to be adjusted as needed)
Either negative number support was added later, or due to my lack of wisdom at the time I didn't think of trying it out.