mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 22:06:03 +02:00
yabai: add page (#3831)
This commit is contained in:
parent
262f1640d5
commit
3f94edcce0
1 changed files with 24 additions and 0 deletions
24
pages/osx/yabai.md
Normal file
24
pages/osx/yabai.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue