-
-
Notifications
You must be signed in to change notification settings - Fork 650
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
Rule for iOS Simulator to keep floating #294
Comments
Ha, I actually did restart yabai multiple times, but what I didn't do was restarting the simulator. For some reason it only worked after I did that - but now it works brilliantly every time! Thanks a lot @dominiklohmann ! |
Side note: interestingly enough sometimes the simulator out of the blue becomes tiled again (while it is running, not at start). Didn't find a pattern yet. Restarting the simulator helps then. |
@ubuntudroid One scenario where the Simulator would become tiled again is if yabai crashes and restarts automatically. |
@danielakl I'm pretty sure that didn't happen here. However, if it did: why would it tile again then? Shouldn't the rules be applied after a restart of yabai as well? |
The yabairc file is executed asynchronously, so what you're really asking for is for rules to be applied when added. |
A rule is applied to existing windows when it is added. If there is some effect of a rule that does not apply to an existing window, that should be considered a bug. If you have steps to reproduce such a scenario, please create a new issue for that. |
Thanks everyone, will monitor this and report back once I have found a way to reproduce reliably. :) |
I've added the following rule to
.yabairc
to keep the iOS Simulator windows floating:However for some reason the Simulator is still tiled. I've also tried different app regexes like
^Simulator$
orSimulator
, but to no avail.Simulator window information:
The text was updated successfully, but these errors were encountered: