Yabai: question: how to remember always float an app?

Created on 3 Jan 2020  路  2Comments  路  Source: koekeishiya/yabai

how to remember always float an app like Messages?

question

Most helpful comment

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

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

eraserhd picture eraserhd  路  4Comments

imjma picture imjma  路  3Comments

zoenglinghou picture zoenglinghou  路  3Comments

haze picture haze  路  4Comments

d-miketa picture d-miketa  路  3Comments