We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using this command to switch to the neighbouring display:
# focus window hyper - j : yabai -m window --focus south hyper - k : yabai -m window --focus north hyper - h : yabai -m window --focus west || \ { yabai -m display --focus next && yabai -m window --focus last; } || \ { yabai -m display --focus first && yabai -m window --focus last; } hyper - l : yabai -m window --focus east || \ { yabai -m display --focus prev && yabai -m window --focus first; } || \ { yabai -m display --focus last && yabai -m window --focus first; }
When the neighbouring display has a stack in it (with bsp layout), I can not leave the current display.
I'm on 11.4 and yabai 3.3.10 with SIP disabled.
The text was updated successfully, but these errors were encountered:
Appears to be the same as #1198, Issue with Stackline.
Sorry, something went wrong.
No branches or pull requests
I'm using this command to switch to the neighbouring display:
When the neighbouring display has a stack in it (with bsp layout), I can not leave the current display.
I'm on 11.4 and yabai 3.3.10 with SIP disabled.
The text was updated successfully, but these errors were encountered: