My favorite layout is awful.layout.suit.tile.left. But I would like to slightly
change the default behavior:
I have two windows on the left (A, B) and one window on the right side
(C):---------
| A | ||---| C |
| B | |---------
When I add a new window (D), it appears on the right side. Window C goes to the
upper left:
---------| C | ||---| || A | D ||---| || B | |---------
I would like to change this. D should appear on the upper left (with focus),
and C should remain on the right:
---------| D | ||---| || A | C ||---| || B | |---------
Is it somehow possible to achieve this?