diff --git a/src/ipc.c b/src/ipc.c index bde24852..7c0a0f37 100644 --- a/src/ipc.c +++ b/src/ipc.c @@ -140,6 +140,9 @@ void dump_node(yajl_gen gen, struct Con *con, bool inplace_restart) { ystr("urgent"); y(integer, con->urgent); + ystr("focused"); + y(integer, (con == focused)); + ystr("layout"); y(integer, con->layout);