mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 21:14:10 +01:00
criteria match containers
This commit is contained in:
parent
46280460a5
commit
70b33342fe
@ -273,7 +273,7 @@ static int regex_cmp(const char *item, const pcre *regex) {
|
||||
|
||||
// test a single view if it matches list of criteria tokens (all of them).
|
||||
static bool criteria_test(struct sway_container *cont, list_t *tokens) {
|
||||
if (cont->type != C_VIEW) {
|
||||
if (cont->type < C_CONTAINER) {
|
||||
return false;
|
||||
}
|
||||
int matches = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user