Merge pull request #3909 from orestisfl/bug-3903

Do not error on exec not matching a container
This commit is contained in:
Ingo Bürk
2020-01-18 17:42:17 +01:00
committed by GitHub

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 \