From eec33b1150def44a1862514995686e0ca970a567 Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Tue, 13 Feb 2024 04:15:28 -0300 Subject: [PATCH] yabai: use GitHub wiki in more info link and improve examples (#12246) --- pages/osx/yabai.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/osx/yabai.md b/pages/osx/yabai.md index 7feb1f6ec..cdeb746fe 100644 --- a/pages/osx/yabai.md +++ b/pages/osx/yabai.md @@ -1,13 +1,13 @@ # yabai > A tiling window manager for macOS based on binary space partitioning. -> More information: . +> More information: . -- Set the layout to bsp: +- Send a config [m]essage for setting the layout: -`yabai -m config layout {{bsp}}` +`yabai -m config layout {{bsp|stack|float}}` -- Set the window gap to 10pt: +- Set the window gap in pt: `yabai -m config window_gap {{10}}`