Bug fixes and touchups.

This commit is contained in:
Dane Jensen
2026-07-20 17:59:09 -07:00
parent 95fe51fce9
commit 6a762dde8c
4 changed files with 114 additions and 62 deletions

View File

@@ -130,7 +130,7 @@ cmd_select_layout_exec(struct cmd *self, struct cmdq_item *item)
}
if (layoutname != NULL) {
if (layout_parse(w, layoutname, flags, &cause) == -1) {
if (layout_parse(w, layoutname, &cause) == -1) {
cmdq_error(item, "%s: %s", cause, layoutname);
free(cause);
goto error;