Automatically changing the layout after starting the second program on a workspace (similar to dwm)
Hi all,
I am using the (horizontal) split layout by default. This means, if I start three programs, I see all of them side by side. Is it possible to change the layout for the second container on a workspace automatically from the horizontal split to some other layout?
For instance, after starting two programs it looks like this:
___________________
|_progr1_|_progr2_|
| | |
|________|________|
If I start now a third program, I would like to have it as a child of the second program-node, using a new layout (e.g. vertical spit or tabbed layout). So after the starting the third program, it should look like this:
___________________
|_progr1_|_progr2_|
| |_progr3_|
|________|________|
Thank you very much!