change sizegaps on all workspaces #1276
Answered
by
koekeishiya
andynameistaken
asked this question in
Q&A
-
Hi, is it possible to increase/decrease gaps in every workspace at the same time? |
Beta Was this translation helpful? Give feedback.
Answered by
koekeishiya
May 19, 2022
Replies: 1 comment 1 reply
-
If you have not used space-specific padding, the following commands will adjust the padding on all spaces:
There is no built-in way to do an increase/decrease, but you can write a script that retrieves the current value by running |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
koekeishiya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have not used space-specific padding, the following commands will adjust the padding on all spaces:
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 callingyabai -m config top_padding <value>