Replies: 2 comments
-
I could add a property that makes a rule only affect newly created windows. Would that solve your problem? It won't be able to tell the difference between a fresh yabai launch, a yabai restart due to crash or manual config update. |
Beta Was this translation helpful? Give feedback.
-
Thanks for taking the time to respond and the suggestion. |
Beta Was this translation helpful? Give feedback.
-
Hi. I have multiple displays and spaces and I use rules to have certain apps open on a specified space.
For example,
yabai -m rule --add app="^Firefox$" space=^5
This works great, but it has one annoyance. When Yabai restarts, it moves apps that are already open to the specified space. This is annoying because I often have multiple Firefox windows open and I move them to different displays. For example, I'll move Firefox over to display 1 with docs open while I write code on display 3. If Yabai restarts, either because of a crash, or I triggered a restart to update the configuration, it moves all Firefox windows to the space I defined.
Is there any way to tell Yabai when to use a rule or when not to use a rule?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions