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
problem: an invalid usage of the command resize set will cause sway to crash because it doesn't check for an invalid height.
solution: validate height along with width.
fixes#8619
collect errors of all cmd_resize variations and bubble them up
Log invalid command usage
without this, the invalid command usages from the config criteria do not
get logged or printed to the user anywhere.
0 commit comments