Skip to content
New issue

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

cannot focus display with stack #950

Closed
basbebe opened this issue Jul 3, 2021 · 1 comment
Closed

cannot focus display with stack #950

basbebe opened this issue Jul 3, 2021 · 1 comment

Comments

@basbebe
Copy link

basbebe commented Jul 3, 2021

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.

@koekeishiya
Copy link
Owner

Appears to be the same as #1198, Issue with Stackline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants