-
-
Notifications
You must be signed in to change notification settings - Fork 658
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
better autofocus implementation when SIP is disabled #1247
Comments
koekeishiya
added
the
suggestion
Request for new feature or some form of enhancement
label
Apr 24, 2022
koekeishiya
added a commit
that referenced
this issue
Apr 24, 2022
koekeishiya
added
the
addressed on master; not released
Fixed upstream, but not yet released
label
Apr 24, 2022
Hm appears to be some issue with the implementation that causes a freeze if window borders are disabled in yabai. |
This has been shelved for now; unable to figure out the obscure bug with the amount of time that I dedicate to this project for now. Changes have been reverted, but commits are linked to this issue for future reference. |
koekeishiya
removed
the
addressed on master; not released
Fixed upstream, but not yet released
label
May 17, 2022
koekeishiya
removed
the
suggestion
Request for new feature or some form of enhancement
label
Oct 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got creative and figured out what I consider a better way to implement autofocus (sloppy focus) aka focus without raise, using the scripting-addition.
The current behaviour is moved into the setting
autofocus_sip_friendly
and the newautofocus
will require the scripting-addition.This version will not have the obscure edge-cases where random applications do not understand the command, as seen in various issues in the issue-board.
The text was updated successfully, but these errors were encountered: