display swallows criteria in placeholder windows

This commit is contained in:
Michael Stapelberg
2013-12-15 11:25:58 +01:00
parent 3a4ad9b330
commit 076636a835
6 changed files with 46 additions and 11 deletions

View File

@ -339,7 +339,7 @@ void cmd_criteria_add(I3_CMD, char *ctype, char *cvalue) {
}
if (strcmp(ctype, "window_role") == 0) {
current_match->role = regex_new(cvalue);
current_match->window_role = regex_new(cvalue);
return;
}