aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-01-21 14:11:41 -0500
committerTony Crisci <tony@dubstepdish.com>2018-01-21 14:11:41 -0500
commit5505d84ac2fda7c5fb4e4c52385ff818e66ef8e1 (patch)
tree9e7defcf69938a94878a03d083124212609b3c9d /sway/commands.c
parent6b03b1205d39d23ea1dee3beb0b533ef5426031e (diff)
criteria cleanup
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 3ab5add6..a77ff791 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -226,7 +226,7 @@ struct cmd_results *handle_command(char *_exec) {
free(tokens);
goto cleanup;
}
- containers = container_for(tokens);
+ containers = container_for_crit_tokens(tokens);
free(tokens);
} else {