1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:02:08 +02:00
tldr/pages/osx/yabai.md
2020-02-05 19:37:59 +01:00

24 lines
443 B
Markdown

# yabai
> A tiling window manager for macOS based on binary space partitioning.
> More information: <https://github.com/koekeishiya/yabai>.
- Set the layout to bsp:
`yabai -m config layout {{bsp}}`
- Set the window gap to 10pt:
`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`