Do not error on exec not matching a container

See #3903, #3905
next
Orestis Floros 2020-01-17 22:00:23 +01:00
parent 110bdcbee5
commit f76b11327f
No known key found for this signature in database
GPG Key ID: A09DBD7D3222C1C3
1 changed files with 1 additions and 1 deletions

View File

@ -1226,7 +1226,7 @@ void cmd_exec(I3_CMD, const char *nosn, const char *command) {
start_application(command, no_startup_id);
}
ysuccess(count > 0);
ysuccess(true);
}
#define CMD_FOCUS_WARN_CHILDREN \