-
Couldn't load subscription status.
- Fork 281
Description
Issue/Bug Description:
Right now, Stacking mode only does horizontal stacking of windows. I looked through the docs, issues, and PRs for a way to change orientation of stacking to be vertical but found nothing. I think this would be great. Here's a sample from i3:

One bonus of this, is that if I want to move focus to a window to the right or left, it doesn't walk through the windows of my stack, it would go directly to the window to the left.
Expected behavior:
If I press Super+S in an already stacked group of windows, it should allow me to change orientation of the stack.
Other Notes:
I'm happy to implement this feature, just a few pointers into where to look in the code base would be great.