From 1a04608796ff96c103cc0335994fa7fab8dca698 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ingo=20B=C3=BCrk?= Date: Sat, 6 Jan 2018 23:24:33 +0100 Subject: [PATCH] Send success response for nop. (#3113) fixes #3112 --- src/commands.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands.c b/src/commands.c index f9b803f4..136184af 100644 --- a/src/commands.c +++ b/src/commands.c @@ -745,6 +745,7 @@ void cmd_nop(I3_CMD, const char *comment) { LOG("-------------------------------------------------\n"); LOG(" NOP: %s\n", comment); LOG("-------------------------------------------------\n"); + ysuccess(true); } /* -- 2.39.2