HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

yabai — A tiling window manager for macOS based on binary space partitioning. More information: <https://git

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandtilingcliformacosyabaimanagerwindow
macos

Problem

How to use the yabai command: A tiling window manager for macOS based on binary space partitioning. More information: <https://github.com/asmvik/yabai/wiki>.

Solution

yabai — A tiling window manager for macOS based on binary space partitioning. More information: <https://github.com/asmvik/yabai/wiki>.

Send a config [m]essage for setting the layout:
yabai -m config layout {{bsp|stack|float}}


Set the window gap in pt:
yabai -m config window_gap {{10}}


Enable opacity:
yabai -m config window_opacity on


Disable window shadow:
yabai -m config window_shadow off


Enable status bar:
yabai -m config status_bar on

Code Snippets

Send a config [m]essage for setting the layout

yabai -m config layout {{bsp|stack|float}}

Set the window gap in pt

yabai -m config window_gap {{10}}

Enable opacity

yabai -m config window_opacity on

Disable window shadow

yabai -m config window_shadow off

Enable status bar

yabai -m config status_bar on

Context

tldr-pages: osx/yabai

Revisions (0)

No revisions yet.