How to have two sibling nodes with many children each
I often find myself wanting to have two "stacks" of windows next to each other. I believe in i3's tree model, this would mean I have two sibling nodes in my tree, each with many windows in it. However, I can't seem to create a tree like this.
I know how to have many individual sibling windows, and even how to have many sibling windows with a child containing many windows, but I do not know how to make a second child of many windows.
What I want is something like this:
+----------------+
| |
| |
| |
x----------------xxx
xx xxxxxxx
xxx xxxxxxxxx
xxx xxx
+---x-+ +--xx---+
| | | |
x+-----xx x----x--xxx
xx x xxx x x xxxx
xxx x xxx xx xxx xxxxx
xx x xx x xxx xxxxxx
xxx x xx xxx xx xxxx
xxx x xx x xx xx
+---xx---+ +---x----+ +--x-----+ +-x------+ +--xx------+ +--x-----+
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
+--------+ +--------+ +--------+ +--------+ +----------+ +--------+
But the only thing I can seem to make is:
+------------+
| |
| |
+-------x----x
x xxx xxxxx
xxx xxx xxxxxxx
xx xxx xxxx
xxx x xxxxxx
xxxx xx xxxx
xxxx +-xxx-----+ +---x------+
+---x | | | |
| | | | | |
xx-x-+ | | | |
xx x xxx | | | |
xx xx x +---------+ +----------+
xxxx x xxx
xxx x xxx
xx x xxx
+---x---+ +---x----+ +--x------+
| | | | | |
| | | | | |
| | | | | |
+-------+ +--------+ +---------+