-
-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Border when activating Mission Control from fullscreen window #347
Labels
bug
Something isn't working
Comments
To add more context executing yabai in verbose the events registered are:
and the border refresh in the last handler trigger border rewrite. |
As a workaround (although with a perceivable delay), you can always do this: yabai -m signal --add event='mission_control_enter' \
action='yabai -m config window_border off'
yabai -m signal --add event='mission_control_exit' \
action='yabai -m config window_border on' |
koekeishiya
added a commit
that referenced
this issue
Dec 26, 2019
Fixed on master. I don't get how a window in fullscreen mode can trigger a window moved event, but yeah.. |
Just grateful that you find the patience to still deal with all this madness ahah |
brorbw
pushed a commit
to brorbw/yabai
that referenced
this issue
Jan 28, 2020
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
When I have a fullscreen window and enable mission control, the border gets drawn and the edges of the screen.
The text was updated successfully, but these errors were encountered: