You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds functionality to define a custom window_border_radius, including none, as well as the option to continue to use the automatic radius determination Yabai currently provides.
List of changes:
Adds new config message window_border_radius, e.g. yabai -m config window_border_radius 0
Valid values for window_border_radius are as follows:
-1 to use Yabai's current auto-radius functionality.
0 ... 20 to set the radius accordingly (zero to twenty).
How would i go about updating to this? I tried brew upgrade yabai and everything worked out. But when i try to enter the command it just says unknown command 'window_border_radius' for domain 'config'
Issue for PR: #280
Adds functionality to define a custom
window_border_radius
, including none, as well as the option to continue to use the automatic radius determination Yabai currently provides.List of changes:
config
messagewindow_border_radius
, e.g.yabai -m config window_border_radius 0
window_border_radius
are as follows:-1
to use Yabai's current auto-radius functionality.0 ... 20
to set the radius accordingly (zero to twenty).In-action:
Changelog text:
The text was updated successfully, but these errors were encountered: