Last active
June 30, 2025 13:33
-
-
Save dklanac/7161289a994c8ad0f8226d008298007f to your computer and use it in GitHub Desktop.
Yabai Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Layout | |
yabai -m config layout bsp | |
# Mouse modifier | |
yabai -m config mouse_modifier cmd | |
# Set all padding and gaps to 20pt (default: 0) | |
yabai -m config top_padding 20 | |
yabai -m config bottom_padding 20 | |
yabai -m config left_padding 20 | |
yabai -m config right_padding 20 | |
yabai -m config window_gap 20 | |
# on or off (default: off) | |
yabai -m config auto_balance on | |
# Floating point value between 0 and 1 (default: 0.5) | |
yabai -m config split_ratio 0.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment