diff --git a/src/ipc.c b/src/ipc.c index 15676e4e..0df379b4 100644 --- a/src/ipc.c +++ b/src/ipc.c @@ -115,6 +115,9 @@ static void ipc_send_workspaces(int fd) { ystr("name"); ystr(ws->utf8_name); + ystr("active"); + y(bool, ws->output->current_workspace == ws); + ystr("rect"); y(map_open); ystr("x");