]> git.sur5r.net Git - i3/i3/commitdiff
Send success response for nop. (#3113)
authorIngo Bürk <admin@airblader.de>
Sat, 6 Jan 2018 22:24:33 +0000 (23:24 +0100)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Sat, 6 Jan 2018 22:24:33 +0000 (23:24 +0100)
fixes #3112

src/commands.c

index f9b803f48df035480a76c5b7d30dd20e8a4cd725..136184afccb6020bbad8a994d8a8f1ee51d877da 100644 (file)
@@ -745,6 +745,7 @@ void cmd_nop(I3_CMD, const char *comment) {
     LOG("-------------------------------------------------\n");
     LOG("  NOP: %s\n", comment);
     LOG("-------------------------------------------------\n");
+    ysuccess(true);
 }
 
 /*