-
-
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
Yabai focus is slow or non-existent in some scenarios #1958
Comments
This seems to be caused by some kind of mouse acceleration interference or something. yabai is reacting to mouse_moved events, and looking at event logs, the cursor is actually moving after yabai has received the last mouse_moved event that it can react to. Closing as not fixable. |
Nvm.. you are correct. This is caused by the logic implemented to try and reduce the number of events we respond to:
I have looked at cpu usage with and without and the difference is very small, so I will remove this in favor of increased responsiveness. |
Fixed on master. |
Fixed in v7.0.0. |
I'm using the following config for focus:
When switching my mouse to another window it should get focus. However, most of the time, when I move the cursor and stop, while hovering over the window, it doesn't focus until I move the cursor only a tiny bit.
I've added a video to demonstrate this
focus-yabai.mov
I'd like it to be instant, or at least focus without having to move sloowwly or re-move to get focus. It used to be better, as I remember.
The text was updated successfully, but these errors were encountered: