-
-
Notifications
You must be signed in to change notification settings - Fork 648
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
Handling window moves from mission control #30
Comments
Try the latest master and see if that's better. |
@koekeishiya Wow, that's some fast feedback :-o |
If you are talking about the delay between mission-control exiting and the window resize starting - this is because we have to poll to check if mission-control is still active or not. There is no event reported to us when mission-control exits. The polling is rate limited to reduce cpu usage. The window resize itself is done through the accessibility API and is not something that we can speed up, unfortunately. |
I noticed that I had introduced some unnecessary delay. This has now been removed. |
I'm not sure if it's possible, but is it possible for yabai to detect window moves from one space to another that happens from mission control and resize windows itself?̊̈
I already managed to accommodate myself to switch from and back again one space to another after moving windows around in mission control (which makes yabai 'know' about the changed windows), but it'll be great if yabai can detect changes itself.
The text was updated successfully, but these errors were encountered: