-
-
Notifications
You must be signed in to change notification settings - Fork 649
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
Windows tile over other tiled windows sometimes #183
Labels
bug
Something isn't working
Comments
Just wanted to chime in that I've noticed the same issue, happens intermittently and I haven't been able to figure out a cause yet... |
This issue is only present on master, and not in the latest stable release. |
koekeishiya
added a commit
that referenced
this issue
Aug 1, 2019
The underlaying problem of this issue is present in earlier versions, but did not manifest for some reason. Fixed on master. |
koekeishiya
added
addressed on master; not released
Fixed upstream, but not yet released
bug
Something isn't working
labels
Aug 1, 2019
koekeishiya
removed
the
addressed on master; not released
Fixed upstream, but not yet released
label
Sep 3, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
I've reported this issue in #159 (comment) previously.
Now I've gotten this issue again and tried to query whether any state was messed up.
Nothing wrong with the windows: It shows 3 tiled windows, however 2 have the same frame.
yabai -m query --windows --space | jq 'map({app: .app, floating: .floating, frame: .frame})'
Now here's what's weird: The
first-window
attribute of the space is 0.yabai -m query --spaces --space | jq
I do not know what triggers this behaviour and cannot reproduce it reliably. I've had this multiple times on both 10.14.6 and 10.15 over the last two weeks or so.
It seems like something gets messed up with how yabai manages the space as the only way to properly fix the issue without restarting yabai or moving all windows to other spaces is to destroy the space.
The text was updated successfully, but these errors were encountered: