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
The window --layer command and window rule layer= property would originally change a window layer, however this was changed in #2062 to change the window sub-layer instead (because it is just a better solution..). The CLI should be updated to reflect this.
yabai -m window --layer is now yabai -m window --sub-layer and yabai -m rule .. layer= is now yabai -m rule .. sub-layer=
The text was updated successfully, but these errors were encountered:
The
window --layer
command and window rulelayer=
property would originally change a window layer, however this was changed in #2062 to change the window sub-layer instead (because it is just a better solution..). The CLI should be updated to reflect this.yabai -m window --layer
is nowyabai -m window --sub-layer
andyabai -m rule .. layer=
is nowyabai -m rule .. sub-layer=
The text was updated successfully, but these errors were encountered: