-
Notifications
You must be signed in to change notification settings - Fork 281
Description
Is your feature request related to a problem? Please describe.
When I start terminator I have it set to open one window with two terminals split horizontally, on the left terminal I have it configured to show a welcome screen and on the right terminal a fancy 80-columns wide ASCII art. I usually manually adjust the right terminal to 80 columns every time right after I open terminator.
It would be nice to be able to save the split ratio as part of the layout config, so you don't have to adjust it every time.
Describe the solution you'd like
I took a look at the config, HPaned does already have a setting called "ratio", but (for me) it doesn't change the split ratio, idk what its for. (Maybe this is actually a bug?) Adding a option called similarly that gives the ability to set the split ratio would be great.
Describe alternatives you've considered
Well, I could not think about anything else I could do.
Additional context
How it is right now at startup:

How I'd like it to be at startup:

Thankies! :3