Skip to content

change sizegaps on all workspaces #1276

Discussion options

You must be logged in to vote

If you have not used space-specific padding, the following commands will adjust the padding on all spaces:

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                   10

There is no built-in way to do an increase/decrease, but you can write a script that retrieves the current value by running yabai -m config top_padding and then add/subtract from the value yourself before calling yabai -m config top_padding <value>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@koekeishiya
Comment options

Answer selected by koekeishiya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants