From 473ac4531fdd954764f7199792b09fe28f62ff36 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 15 Dec 2015 22:22:22 -0500 Subject: [swaybar] Get bar config via IPC --- sway/ipc-server.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway') diff --git a/sway/ipc-server.c b/sway/ipc-server.c index 6764a459..ea8e8894 100644 --- a/sway/ipc-server.c +++ b/sway/ipc-server.c @@ -455,6 +455,7 @@ void ipc_client_handle_command(struct ipc_client *client) { const char *json_string = json_object_to_json_string(json); ipc_send_reply(client, json_string, (uint32_t)strlen(json_string)); json_object_put(json); // free + break; } } default: -- cgit v1.2.3