yabai [--load-sa|--uninstall-sa|--install-service|--uninstall-service|--start-service|--restart-service|--stop-service|--message,-m msg|--config,-c config_file|--verbose,-V|--version,-v|--help,-h]
- --load-sa
-
Load the scripting-addition into Dock.app.
Installs and updates the scripting-addition when necessary.
Path is /Library/ScriptingAdditions/yabai.osax.
System Integrity Protection must be partially disabled. - --uninstall-sa
-
Uninstall the scripting-addition. Must be run as root.
Path is /Library/ScriptingAdditions/yabai.osax.
System Integrity Protection must be partially disabled. - --install-service
-
Writes a launchd service file to disk.
Path is ~/Library/LaunchAgents/com.koekeishiya.yabai.plist. - --uninstall-service
-
Removes a launchd service file from disk.
Path is ~/Library/LaunchAgents/com.koekeishiya.yabai.plist. - --start-service
-
Enables, loads, and starts the launchd service.
Will install service file if it does not exist. - --restart-service
-
Attempts to restart the service instance.
- --stop-service
-
Stops a running instance of the service and unloads it.
- --message, -m <msg>
-
Send message to a running instance of yabai.
- --config, -c <config_file>
-
Use the specified configuration file.
Executes using/usr/bin/env sh -c <config_file>
if the exec-bit is set.
Interpreted using/usr/bin/env sh <config_file>
if the exec-bit is unset. - --verbose, -V
-
Output debug information to stdout.
- --version, -v
-
Print version to stdout and exit.
- --help, -h
-
Print options to stdout and exit.
REGEX := POSIX extended regular expression syntax LABEL := arbitrary string/text used as an identifier LAYER := below | normal | above | auto BOOL_SEL := on | off FLOAT_SEL := 0 < <value> <= 1.0 RULE_SEL := <index> | LABEL SIGNAL_SEL := <index> | LABEL DIR_SEL := north | east | south | west STACK_SEL := stack.prev | stack.next | stack.first | stack.last | stack.recent | stack.<index (1-based)> WINDOW_SEL := prev | next | first | last | recent | mouse | largest | smallest | sibling | first_nephew | second_nephew | uncle | first_cousin | second_cousin | STACK_SEL | DIR_SEL | <window id> DISPLAY_SEL := prev | next | first | last | recent | mouse | DIR_SEL | <arrangement index (1-based)> | LABEL SPACE_SEL := prev | next | first | last | recent | mouse | <mission-control index (1-based)> | LABEL EASING := ease_in_sine | ease_out_sine | ease_in_out_sine | ease_in_quad | ease_out_quad | ease_in_out_quad | ease_in_cubic | ease_out_cubic | ease_in_out_cubic | ease_in_quart | ease_out_quart | ease_in_out_quart | ease_in_quint | ease_out_quint | ease_in_out_quint | ease_in_expo | ease_out_expo | ease_in_out_expo | ease_in_circ | ease_out_circ | ease_in_out_circ
- yabai -m config <global setting>
-
Get or set the value of <global setting>.
- yabai -m config [--space <SPACE_SEL>] <space setting>
-
Get or set the value of <space setting>.
- debug_output [<BOOL_SEL>]
-
Enable output of debug information to stdout.
- external_bar [<main|all|off>:<top_padding>:<bottom_padding>]
-
Specify top and bottom padding for a potential custom bar that you may be running.
main: Apply the given padding only to spaces located on the main display.
all: Apply the given padding to all spaces regardless of their display.
off: Do not apply any special padding. - menubar_opacity [<FLOAT_SEL>]
-
Changes the transparency of the macOS menubar.
If the value is 0.0, the menubar will no longer respond to mouse-events, effectively hiding the menubar permanently.
The menubar will automatically become fully opaque upon entering a native-fullscreen space, and adjusted down afterwards. - mouse_follows_focus [<BOOL_SEL>]
-
When focusing a window, put the mouse at its center.
- focus_follows_mouse [autofocus|autoraise|off]
-
Automatically focus the window under the mouse.
- display_arrangement_order [default|vertical|horizontal]
-
Specify how displays are ordered (determined by center point).
default: Native macOS ordering.
vertical: Order by y-coordinate (followed by x-coordinate when equal).
horizontal: Order by x-coordinate (followed by y-coordinate when equal). - window_origin_display [default|focused|cursor]
-
Specify which display a newly created window should be managed in.
default: The display in which the window is created (standard macOS behaviour).
focused: The display that has focus when the window is created.
cursor: The display that currently holds the mouse cursor. - window_placement [first_child|second_child]
-
Specify whether managed windows should become the first or second leaf-node.
- window_zoom_persist [<BOOL_SEL>]
-
Windows will keep their zoom-state through layout changes.
- window_shadow [<BOOL_SEL>|float]
-
Draw shadow for windows.
System Integrity Protection must be partially disabled. - window_opacity [<BOOL_SEL>]
-
Enable opacity for windows.
System Integrity Protection must be partially disabled. - window_opacity_duration [<FLOAT_SEL>]
-
Duration of transition between active / normal opacity.
System Integrity Protection must be partially disabled. - active_window_opacity [<FLOAT_SEL>]
-
Opacity of the focused window.
System Integrity Protection must be partially disabled. - normal_window_opacity [<FLOAT_SEL>]
-
Opacity of an unfocused window.
System Integrity Protection must be partially disabled. - window_animation_duration [<FLOAT_SEL>]
-
Duration of window frame animation.
If 0.0, the change in dimension is not animated.
Requires Screen Recording permissions.
System Integrity Protection must be partially disabled. - window_animation_easing [<EASING>]
-
Easing function to use for window animations.
See https://easings.net for details. - insert_feedback_color [0xAARRGGBB]
-
Color of the window --insert message and mouse_drag selection.
The purpose is to provide a visual preview of the new window frame. - split_ratio [<FLOAT_SEL>]
-
Specify the size distribution when a window is split.
- split_type [vertical|horizontal|auto]
-
Specify how a window should be split.
vertical: The window is split along the y-axis.
horizontal: The window is split along the x-axis.
auto: The axis is determined based on width/height ratio. - mouse_modifier [cmd|alt|shift|ctrl|fn]
-
Keyboard modifier used for moving and resizing windows.
- mouse_action1 [move|resize]
-
Action performed when pressing mouse_modifier + button1.
- mouse_action2 [move|resize]
-
Action performed when pressing mouse_modifier + button2.
- mouse_drop_action [swap|stack]
-
Action performed when a bsp-managed window is dropped in the center of some other bsp-managed window.
- layout [bsp|stack|float]
-
Set the layout of the selected space.
- top_padding [<integer number>]
-
Padding added at the upper side of the selected space.
- bottom_padding [<integer number>]
-
Padding added at the lower side of the selected space.
- left_padding [<integer number>]
-
Padding added at the left side of the selected space.
- right_padding [<integer number>]
-
Padding added at the right side of the selected space.
- window_gap [<integer number>]
-
Size of the gap that separates windows for the selected space.
- auto_balance [<BOOL_SEL>]
-
Balance the window tree upon change, so that all windows occupy the same area.
- --focus <DISPLAY_SEL>
-
Focus the given display.
- --space <SPACE_SEL>
-
The given space will become visible on the selected display, without changing focus.
The given space must belong to the selected display.
System Integrity Protection must be partially disabled. - --label [<LABEL>]
-
Label the selected display, allowing that label to be used as an alias in commands that take a
DISPLAY_SEL
parameter.
If the command is called without an argument it will try to remove a previously assigned label.
- --focus <SPACE_SEL>
-
Focus the given space.
System Integrity Protection must be partially disabled. - --switch <SPACE_SEL>
-
The selected space will always be the currently focused space.
The given space substitutes the selected space, gaining focus.
If the selected space and the given space belong to different displays, this behaves like --swap.
If the selected space and the given space belong to the same display, this behaves like --focus.
System Integrity Protection must be partially disabled. - --create [<DISPLAY_SEL>]
-
Create a new space on the given display.
If none specified, use the display of the active space instead.
System Integrity Protection must be partially disabled. - --destroy [<SPACE_SEL>]
-
Remove the given space.
If none specified, use the selected space instead.
System Integrity Protection must be partially disabled. - --move <SPACE_SEL>
-
Move position of the selected space to the position of the given space.
The selected space and given space must both belong to the same display.
System Integrity Protection must be partially disabled. - --swap <SPACE_SEL>
-
Swap the selected space with the given space.
If the selected space and given space belong to different displays, all the windows will swap.
If the selected space and given space belong to the same display, the actual spaces will swap.
System Integrity Protection must be partially disabled. - --display <DISPLAY_SEL>
-
Send the selected space to the given display.
System Integrity Protection must be partially disabled. - --equalize [x-axis|y-axis]
-
Reset the split ratios on the selected space to the default value along the given axis.
If no axis is specified, use both. - --balance [x-axis|y-axis]
-
Adjust the split ratios on the selected space so that all windows along the given axis occupy the same area.
If no axis is specified, use both. - --mirror x-axis|y-axis
-
Flip the tree of the selected space along the given axis.
- --rotate 90|180|270
-
Rotate the tree of the selected space.
- --padding abs|rel:<top>:<bottom>:<left>:<right>
-
Padding added at the sides of the selected space.
- --gap abs|rel:<gap>
-
Size of the gap that separates windows on the selected space.
- --toggle padding|gap|mission-control|show-desktop
-
Toggle space setting on or off for the selected space.
- --layout bsp|stack|float
-
Set the layout of the selected space.
- --label [<LABEL>]
-
Label the selected space, allowing that label to be used as an alias in commands that take a
SPACE_SEL
parameter.
If the command is called without an argument it will try to remove a previously assigned label.
- --focus [<WINDOW_SEL>]
-
Focus the given window.
If none specified, focus the selected window instead. - --close [<WINDOW_SEL>]
-
Close the given window.
If none specified, close the selected window instead.
Only works on windows that provide a close button in its titlebar. - --minimize [<WINDOW_SEL>]
-
Minimize the given window.
If none specified, minimize the selected window instead.
Only works on windows that provide a minimize button in its titlebar. - --deminimize <WINDOW_SEL>
-
Restore the given window if it is minimized.
The window will only get focus if the owning application has focus.
Note that you can also --focus a minimized window to restore it as the focused window. - --display <DISPLAY_SEL>
-
Send the selected window to the given display.
- --space <SPACE_SEL>
-
Send the selected window to the given space. System Integrity Protection must be partially disabled on macOS Monterey 12.7+, Ventura 13.6+, Sonoma 14.5+, and macOS Sequoia.
- --swap <WINDOW_SEL>
-
Swap position of the selected window and the given window.
- --warp <WINDOW_SEL>
-
Re-insert the selected window, splitting the given window.
- --stack <WINDOW_SEL>
-
Stack the given window on top of the selected window.
Any kind of warp operation performed on a stacked window will unstack it. - --insert <DIR_SEL>|stack
-
Set the splitting mode of the selected window.
If the current splitting mode matches the selected mode, the action will be undone. - --grid <rows>:<cols>:<start-x>:<start-y>:<width>:<height>
-
Set the frame of the selected window based on a self-defined grid.
- --move abs|rel:<dx>:<dy>
-
If type is rel the selected window is moved by dx pixels horizontally and dy pixels vertically.
If type is abs dx and dy will become the new position. - --resize top|left|bottom|right|top_left|top_right|bottom_right|bottom_left|abs:<dx>:<dy>
-
Resize the selected window by moving the given handle dx pixels horizontally and dy pixels vertically.
If handle is abs the new size will be dx width and dy height and cannot be used on managed windows. - --ratio rel|abs:<dr>
-
If type is rel the split ratio of the selected window is changed by dr, otherwise dr will become the new split ratio.
A positive/negative delta will increase/decrease the size of the left-child. - --toggle float|sticky|pip|shadow|split|zoom-parent|zoom-fullscreen|windowed-fullscreen|native-fullscreen|expose|<LABEL>
-
Toggle the given property of the selected window.
The following properties require System Integrity Protection to be partially disabled: sticky, pip, shadow, LABEL (scratchpad identifier) . - --sub-layer <LAYER>
-
Set the stacking sub-layer of the selected window.
The window will no longer be eligible for automatic change in sub-layer when managed/unmanaged.
Specify the value auto to reset back to normal and make it become automatically managed.
System Integrity Protection must be partially disabled. - --opacity <FLOAT_SEL>
-
Set the opacity of the selected window.
The window will no longer be eligible for automatic change in opacity upon focus change.
Specify the value 0.0 to reset back to full opacity and make it become automatically managed.
System Integrity Protection must be partially disabled. - --raise [<WINDOW_SEL>]
-
Orders the selected window above the given window, or to the front within its layer.
System Integrity Protection must be partially disabled. - --lower [<WINDOW_SEL>]
-
Orders the selected window below the given window, or to the back within its layer.
System Integrity Protection must be partially disabled. - --scratchpad [<LABEL>|recover]
-
Unique identifier used to identify a window scratchpad.
An identifier may only be assigned to a single window at any given time.
A scratchpad window will automatically be treated as a (manage=off) floating window.
If the scratchpad is already taken by another window, this assignment will fail.
If the scratchpad is re-assigned, the previous identifier will become available.
If no value is given, the window will seize to be a scratchpad window.
The special value recover can be used to forcefully bring all scratchpad windows to the front.
This can be useful if windows become inaccessible due to a restart or crash.
System Integrity Protection must be partially disabled.
- --displays
-
Retrieve information about displays.
- --spaces
-
Retrieve information about spaces.
- --windows
-
Retrieve information about windows.
- --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.
A comma-separated string containing the name of fields to include in the output.
The name of the provided fields must be present in the dataformat of the corresponding entity.
DISPLAY
{ "id": number, "uuid": string, "index": number, "label": string, "frame": object { "x": number, "y": number, "w": number, "h": number }, "spaces": array of number, "has-focus": bool }
SPACE
{ "id": number, "uuid": string, "index": number, "label": string, "type": string, "display": number, "windows": array of number, "first-window": number, "last-window": number, "has-focus": bool, "is-visible": bool, "is-native-fullscreen": bool }
WINDOW
{ "id": number, "pid": number, "app": string, "title": string, "scratchpad": string, "frame": object { "x": number, "y": number, "w": number, "h": number, }, "role": string, "subrole": string, "root-window": bool, "display": number, "space": number, "level": number, "sub-level": number, "layer": string, "sub-layer": string, "opacity": number, "split-type": string, "split-child": string, "stack-index": number, "can-move": bool, "can-resize": bool, "has-focus": bool, "has-shadow": bool, "has-parent-zoom": bool, "has-fullscreen-zoom": bool, "has-ax-reference": bool, "is-native-fullscreen": bool, "is-visible": bool, "is-minimized": bool, "is-hidden": bool, "is-floating": bool, "is-sticky": bool, "is-grabbed": bool }
Some window properties are only accessible when yabai has a valid AX-reference for that window.
This AX-reference can only be retrieved when the space that the window is visible on, is active.
If windows are already opened on inactive spaces when yabai is launched, yabai can detect those
windows and retrieve a limited amount of information about them. In addition, yabai window commands
will NOT WORK for these windows. These windows can be identified by looking at the has-ax-reference
property. Once the space that the window belongs to becomes active, yabai will automatically create
an AX-reference. The queries will from that point forwards contain complete information, and the window
can be used with yabai window commands.
The properties that contain incorrect information for windows with has-ax-reference: false
are as follows:
{ "role": string, "subrole": string, "can-move": bool, "can-resize": bool }
All rules that match the given filter will be applied in the order they were registered.
If multiple rules specify a value for the same property, the latter rule will end up overriding that value.
If the display and space properties are both set, the space property will take precedence.
The following properties require System Integrity Protection to be partially disabled: sticky, sub-layer, opacity, scratchpad.
- --add [--one-shot] [<ARGUMENT>]
-
Add a new rule. Rules apply to windows that spawn after said rule has been added.
If --one-shot is present it will apply once and automatically remove itself. - --apply [<RULE_SEL> | <ARGUMENT>]
-
Apply a rule to currently known windows.
If no argument is given, all existing rules will apply.
If an index or label is given, that particular rule will apply.
Arguments can also be provided directly, just like in the --add command.
Existing--one-shot
rules that have yet to apply will be ignored by this command. - --remove <RULE_SEL>
-
Remove an existing rule with the given index or label.
- --list
-
Output list of registered rules.
- label=<LABEL>
-
Label used to identify the rule with a unique name
- app[!]=<REGEX>
-
Name of application. If ! is present, invert the match.
- title[!]=<REGEX>
-
Title of window. If ! is present, invert the match.
- role[!]=<REGEX>
-
Accessibility role of window. If ! is present, invert the match.
- subrole[!]=<REGEX>
-
Accessibility subrole of window. If ! is present, invert the match.
- display=[^]<DISPLAY_SEL>
-
Send window to display. If ^ is present, follow focus.
- space=[^]<SPACE_SEL>
-
Send window to space. If ^ is present, follow focus.
- manage=<BOOL_SEL>
-
Window should be managed (tile vs float).
Most windows will be managed automatically, so this should mainly be used to make a window float. - sticky=<BOOL_SEL>
-
Window appears on all spaces.
System Integrity Protection must be partially disabled. - mouse_follows_focus=<BOOL_SEL>
-
When focusing the window, put the mouse at its center. Overrides the global mouse_follows_focus setting.
- sub-layer=<LAYER>
-
Window is ordered within the given stacking sub-layer.
The window will no longer be eligible for automatic change in sub-layer when managed/unmanaged.
Specify the value auto to reset back to normal and make it become automatically managed.
System Integrity Protection must be partially disabled. - opacity=<FLOAT_SEL>
-
Set window opacity.
The window will no longer be eligible for automatic change in opacity upon focus change.
Specify the value 0.0 to reset back to full opacity and make it become automatically managed.
System Integrity Protection must be partially disabled. - native-fullscreen=<BOOL_SEL>
-
Window should enter native macOS fullscreen mode.
- grid=<rows>:<cols>:<start-x>:<start-y>:<width>:<height>
-
Set window frame based on a self-defined grid.
- scratchpad=<LABEL>
-
Unique identifier used to identify a window scratchpad.
An identifier may only be assigned to a single window at any given time.
A scratchpad window will automatically be treated as a (manage=off) floating window.
If this rule matches multiple windows, only the first window that matched will be assigned this scratchpad identifier.
System Integrity Protection must be partially disabled.
{ "index": number, "label": string, "app": string, "title": string, "role": string, "subrole": string, "display": number, "space": number, "follow_space": bool, "opacity": number, "manage": bool (optional), "sticky": bool (optional), "mouse_follows_focus": bool (optional), "sub-layer": string, "native-fullscreen": bool (optional), "grid": string, "scratchpad": string, "one-shot": bool, "flags": string }
A signal is a simple way for the user to react to some event that has been processed.
Arguments are passed through environment variables.
- --add event=<EVENT> action=<ACTION> [label=<LABEL>] [app[!]=<REGEX>] [title[!]=<REGEX>] [active=yes|no]
-
Add an optionally labelled signal to execute an action after processing an event of the given type.
Some signals can be specified to trigger based on the application name and/or window title, and its active/focused state. - --remove <SIGNAL_SEL>
-
Remove an existing signal with the given index or label.
- --list
-
Output list of registered signals.
- application_launched
-
Triggered when a new application is launched.
Eligible for app filter.
Passes one argument: $YABAI_PROCESS_ID - application_terminated
-
Triggered when an application is terminated.
Eligible for app and active filter.
Passes one argument: $YABAI_PROCESS_ID - application_front_switched
-
Triggered when the front-most application changes.
Passes two arguments: $YABAI_PROCESS_ID, $YABAI_RECENT_PROCESS_ID - application_activated
-
Triggered when an application is activated.
Eligible for app filter.
Passes one argument: $YABAI_PROCESS_ID - application_deactivated
-
Triggered when an application is deactivated.
Eligible for app filter.
Passes one argument: $YABAI_PROCESS_ID - application_visible
-
Triggered when an application is unhidden.
Eligible for app filter.
Passes one argument: $YABAI_PROCESS_ID - application_hidden
-
Triggered when an application is hidden.
Eligible for app and active filter.
Passes one argument: $YABAI_PROCESS_ID - window_created
-
Triggered when a window is created.
Also applies to windows that are implicitly created at application launch.
Eligible for app and title filter.
Passes one argument: $YABAI_WINDOW_ID - window_destroyed
-
Triggered when a window is destroyed.
Also applies to windows that are implicitly destroyed at application exit.
Eligible for app and active filter.
Passes one argument: $YABAI_WINDOW_ID - window_focused
-
Triggered when a window becomes the key-window.
Eligible for app and title filter.
Passes one argument: $YABAI_WINDOW_ID - window_moved
-
Triggered when a window changes position.
Eligible for app, title and active filter.
Passes one argument: $YABAI_WINDOW_ID - window_resized
-
Triggered when a window changes dimensions.
Eligible for app, title and active filter.
Passes one argument: $YABAI_WINDOW_ID - window_minimized
-
Triggered when a window has been minimized.
Eligible for app, title and active filter.
Passes one argument: $YABAI_WINDOW_ID - window_deminimized
-
Triggered when a window has been deminimized.
Eligible for app and title filter.
Passes one argument: $YABAI_WINDOW_ID - window_title_changed
-
Triggered when a window changes its title.
Eligible for app, title and active filter.
Passes one argument: $YABAI_WINDOW_ID - space_created
-
Triggered when a space is created.
Passes two arguments: $YABAI_SPACE_ID, $YABAI_SPACE_INDEX - space_destroyed
-
Triggered when a space is destroyed.
Passes one argument: $YABAI_SPACE_ID - space_changed
-
Triggered when the active space has changed.
Passes four arguments: $YABAI_SPACE_ID, $YABAI_SPACE_INDEX, $YABAI_RECENT_SPACE_ID, $YABAI_RECENT_SPACE_INDEX - display_added
-
Triggered when a new display has been added.
Passes two arguments: $YABAI_DISPLAY_ID, $YABAI_DISPLAY_INDEX - display_removed
-
Triggered when a display has been removed.
Passes one argument: $YABAI_DISPLAY_ID - display_moved
-
Triggered when a change has been made to display arrangement.
Passes two arguments: $YABAI_DISPLAY_ID, $YABAI_DISPLAY_INDEX - display_resized
-
Triggered when a display has changed resolution.
Passes two arguments: $YABAI_DISPLAY_ID, $YABAI_DISPLAY_INDEX - display_changed
-
Triggered when the active display has changed.
Passes four arguments: $YABAI_DISPLAY_ID, $YABAI_DISPLAY_INDEX, $YABAI_RECENT_DISPLAY_ID, $YABAI_RECENT_DISPLAY_INDEX - mission_control_enter
-
Triggered when mission-control activates.
Passes one argument: $YABAI_MISSION_CONTROL_MODE - mission_control_exit
-
Triggered when mission-control deactivates.
Passes one argument: $YABAI_MISSION_CONTROL_MODE - dock_did_change_pref
-
Triggered when the macOS Dock preferences changes.
- dock_did_restart
-
Triggered when Dock.app restarts.
- menu_bar_hidden_changed
-
Triggered when the macOS menubar autohide setting changes.
- system_woke
-
Triggered when macOS wakes from sleep.