how to remember always float an app like Messages?
You can use window rules for this (add at the bottom of your yabairc file), something like:
yabai -m rule --add app="^Messages$" manage=off
Full docs: https://github.com/koekeishiya/yabai/blob/master/doc/yabai.asciidoc#rule
PS: I'm not actually sure if the app is called messages. You can use the query system to retrieve the necessary information when the application is running:
yabai -m query --windows
Awesome.! Thank you.
Most helpful comment
You can use window rules for this (add at the bottom of your yabairc file), something like:
Full docs: https://github.com/koekeishiya/yabai/blob/master/doc/yabai.asciidoc#rule
PS: I'm not actually sure if the app is called messages. You can use the query system to retrieve the necessary information when the application is running: