2020-02-05 18:37:59 +00:00
|
|
|
# yabai
|
|
|
|
|
|
|
|
> A tiling window manager for macOS based on binary space partitioning.
|
2024-02-13 07:15:28 +00:00
|
|
|
> More information: <https://github.com/koekeishiya/yabai/wiki>.
|
2020-02-05 18:37:59 +00:00
|
|
|
|
2024-02-13 07:15:28 +00:00
|
|
|
- Send a config [m]essage for setting the layout:
|
2020-02-05 18:37:59 +00:00
|
|
|
|
2024-02-13 07:15:28 +00:00
|
|
|
`yabai -m config layout {{bsp|stack|float}}`
|
2020-02-05 18:37:59 +00:00
|
|
|
|
2024-02-13 07:15:28 +00:00
|
|
|
- Set the window gap in pt:
|
2020-02-05 18:37:59 +00:00
|
|
|
|
|
|
|
`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`
|