From f76b11327fe866649226a4704b1c513addffa15b Mon Sep 17 00:00:00 2001 From: Orestis Floros Date: Fri, 17 Jan 2020 22:00:23 +0100 Subject: [PATCH] Do not error on exec not matching a container See #3903, #3905 --- src/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.c b/src/commands.c index 6f12025c..6a6ea5a3 100644 --- a/src/commands.c +++ b/src/commands.c @@ -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 \