Merge pull request #3909 from orestisfl/bug-3903

Do not error on exec not matching a container
next
Ingo Bürk 2020-01-18 17:42:17 +01:00 committed by GitHub
commit fc01ece365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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); start_application(command, no_startup_id);
} }
ysuccess(count > 0); ysuccess(true);
} }
#define CMD_FOCUS_WARN_CHILDREN \ #define CMD_FOCUS_WARN_CHILDREN \