aboutsummaryrefslogtreecommitdiffstats
path: root/sway/ipc-json.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/ipc-json.c')
-rw-r--r--sway/ipc-json.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/ipc-json.c b/sway/ipc-json.c
index e3450df1..05e453ec 100644
--- a/sway/ipc-json.c
+++ b/sway/ipc-json.c
@@ -581,6 +581,8 @@ json_object *ipc_json_describe_bar_config(struct bar_config *bar) {
581 json_object_new_boolean(bar->workspace_buttons)); 581 json_object_new_boolean(bar->workspace_buttons));
582 json_object_object_add(json, "strip_workspace_numbers", 582 json_object_object_add(json, "strip_workspace_numbers",
583 json_object_new_boolean(bar->strip_workspace_numbers)); 583 json_object_new_boolean(bar->strip_workspace_numbers));
584 json_object_object_add(json, "strip_workspace_name",
585 json_object_new_boolean(bar->strip_workspace_name));
584 json_object_object_add(json, "binding_mode_indicator", 586 json_object_object_add(json, "binding_mode_indicator",
585 json_object_new_boolean(bar->binding_mode_indicator)); 587 json_object_new_boolean(bar->binding_mode_indicator));
586 json_object_object_add(json, "verbose", 588 json_object_object_add(json, "verbose",