Is there a way to make the bsp layout stack on the right? #1914
Unanswered
bustinbung
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Read the documentation. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey, I've found this (replace the key bindings with those you want, and the application obv) : |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I know there are commands for mirroring the window tree
yabai -m space --mirror y-axis
, but I want yabai to tile the windows to the right by default, instead of on the left.Like this:
Not this:
I haven't been able to find a way to determine if the window tree is mirrored or not through
yabai -m query
, and I don't think that determining this based off of window sizes is elegant or handles edge cases well.I've tried including the mirror command in my config, but the issue comes when I reload yabai: it mirrors again, flipping it again and reverting to left stack.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions