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 9330de09..fceee84d 100644
--- a/sway/ipc-json.c
+++ b/sway/ipc-json.c
@@ -1102,6 +1102,8 @@ json_object *ipc_json_describe_bar_config(struct bar_config *bar) {
1102 json_object_new_boolean(bar->strip_workspace_numbers)); 1102 json_object_new_boolean(bar->strip_workspace_numbers));
1103 json_object_object_add(json, "strip_workspace_name", 1103 json_object_object_add(json, "strip_workspace_name",
1104 json_object_new_boolean(bar->strip_workspace_name)); 1104 json_object_new_boolean(bar->strip_workspace_name));
1105 json_object_object_add(json, "workspace_min_width",
1106 json_object_new_int(bar->workspace_min_width));
1105 json_object_object_add(json, "binding_mode_indicator", 1107 json_object_object_add(json, "binding_mode_indicator",
1106 json_object_new_boolean(bar->binding_mode_indicator)); 1108 json_object_new_boolean(bar->binding_mode_indicator));
1107 json_object_object_add(json, "verbose", 1109 json_object_object_add(json, "verbose",