You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yabai query --<displays|spaces|windows> supports three constraint arguments:
ARGUMENT
^^^^^^^^
*--display* ['<DISPLAY_SEL>']::
Constrain matches to the selected display.
*--space* ['<SPACE_SEL>']::
Constrain matches to the selected space.
*--window* ['<WINDOW_SEL>']::
Constrain matches to the selected window.
But they cannot be used at the same time, only the first passed argument is accepted.
I want to apply multiple constraint, to achieve things like "get the first window at specific display":
yabai -m query --windows --display 3 --window first
The text was updated successfully, but these errors were encountered:
yabai query --<displays|spaces|windows>
supports three constraint arguments:But they cannot be used at the same time, only the first passed argument is accepted.
I want to apply multiple constraint, to achieve things like "get the first window at specific display":
The text was updated successfully, but these errors were encountered: