Skip to content
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

Closed
choco opened this issue Dec 18, 2019 · 4 comments
Closed

Border when activating Mission Control from fullscreen window #347

choco opened this issue Dec 18, 2019 · 4 comments
Labels
bug Something isn't working

Comments

@choco
Copy link

choco commented Dec 18, 2019

When I have a fullscreen window and enable mission control, the border gets drawn and the edges of the screen.

@choco
Copy link
Author

choco commented Dec 26, 2019

To add more context executing yabai in verbose the events registered are:

MISSION_CONTROL_ENTER
SPACE_CHANGED
WINDOW_MOVED

and the border refresh in the last handler trigger border rewrite.

@dominiklohmann
Copy link
Collaborator

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 koekeishiya added the bug Something isn't working label Dec 26, 2019
@koekeishiya koekeishiya added the addressed on master; not released Fixed upstream, but not yet released label Dec 26, 2019
@koekeishiya
Copy link
Owner

Fixed on master. I don't get how a window in fullscreen mode can trigger a window moved event, but yeah..

@choco
Copy link
Author

choco commented Dec 26, 2019

Just grateful that you find the patience to still deal with all this madness ahah

@koekeishiya koekeishiya removed the addressed on master; not released Fixed upstream, but not yet released label Jan 19, 2020
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
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants