-
-
Notifications
You must be signed in to change notification settings - Fork 647
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
Ignoring windows for mouse_follows_focus via rules #675
Comments
Fixed on master. |
@dominiklohmann Hey! Were you able to make a rule for iStat? I cannot seem to make it stop freaking out. This is what I have: yabai -m rule --add app="^iStat Menus Status$" manage=off sticky=off mouse_follo ws_focus=off |
I uninstalled iStat Menus due to a memory leak, but this worked for me when I was using it:
|
Thanks for the reply! But no dice. I was not aware of any leaks... What are you using now? |
If you're seeing issues specifically with the The memory leak for me was with very specific to AMD GPUs, and saw a constant vRAM leak over hours until it would hard crash my system (narrowed down to when iStat Menus was visible in the menu bar). Probably not relevant to most users. I have no need for a replacement, although I did come across this app recently. |
Cheers! An update is what I needed! |
I'd like to be able to ignore windows for
mouse_follows_focus
via rules.Rationale: iStat Menus is unusable on Big Sur, because its menubar dropdown windows now trigger
mouse_follows_focus
.Ideally, a rule like
yabai -m rule --add='^iStat Menus Status$' mouse_follows_focus=off
would allow for selectively enabling or disablingmouse_follows_focus
, overriding the default set byyabai -m config mouse_follows_focus on|off
.The text was updated successfully, but these errors were encountered: