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
Remove restriction causing space labels to not allow the initial character to be a digit.
The following label is invalid in v3.3.4, but after the changes made in this issue, it will be allowed.
yabai -m space 1 --label 1_whatever
The following version will also work if whitespaces are interesting for whatever reason:
yabai -m space 1 --label "1. whatever"
The text was updated successfully, but these errors were encountered:
Remove restriction causing space labels to not allow the initial character to be a digit.
The following label is invalid in v3.3.4, but after the changes made in this issue, it will be allowed.
The following version will also work if whitespaces are interesting for whatever reason:
The text was updated successfully, but these errors were encountered: