You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to set the layout state of a tab at creation time so that if I later decide to create windows within the tab, then the windows will magically appear in the exact sizes I want.
Describe the solution you'd like
I would like a new remote control command that allows me to set layout state (with the understanding that layout state is an internal kitty object and is subject to change at any time.)
Describe alternatives you've considered
My workaround is to first create the tab, then create some temporary windows within the tab, then resize the temporary windows to the way I like them, and then finally close the temporary windows. This is the script:
I dont think this is a good idea. Layout state is layout specific and is
very much an internal detail subject to change. As such it's not
suitable to expose via external API, without considerable work to make
it stable and robust to use, work I am not motivated to put in at this
point, and work that would also depend on implementing #2391
Is your feature request related to a problem? Please describe.
I would like to set the layout state of a tab at creation time so that if I later decide to create windows within the tab, then the windows will magically appear in the exact sizes I want.
Describe the solution you'd like
I would like a new remote control command that allows me to set layout state (with the understanding that layout state is an internal kitty object and is subject to change at any time.)
Describe alternatives you've considered
My workaround is to first create the tab, then create some temporary windows within the tab, then resize the temporary windows to the way I like them, and then finally close the temporary windows. This is the script:
Additional context
This is how my script would look like with the proposed remote control command:
The text was updated successfully, but these errors were encountered: