query: added "decoration" option

This commit is contained in:
Orfeas 2024-10-25 23:05:45 +03:00
parent e0fa623d42
commit 9181ea1e6f
6 changed files with 38 additions and 9 deletions

View file

@ -493,6 +493,8 @@ fill_action_query(char *nodename, char *content, struct action *action)
current_view_query->tiled_region = xstrdup(content);
} else if (!strcasecmp(nodename, "desktop")) {
current_view_query->desktop = xstrdup(content);
} else if (!strcasecmp(nodename, "decoration")) {
current_view_query->decoration = ssd_mode_parse(content);
}
}