query: added "monitor" option

This commit is contained in:
Orfeas 2024-10-27 19:43:39 +02:00
parent 9181ea1e6f
commit 66373a5fdd
3 changed files with 15 additions and 5 deletions

View file

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