summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c
index 25566213..a1f33dcf 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -1118,6 +1118,7 @@ struct bar_config *default_bar_config(void) {
1118 bar->font = NULL; 1118 bar->font = NULL;
1119 bar->height = -1; 1119 bar->height = -1;
1120 bar->workspace_buttons = true; 1120 bar->workspace_buttons = true;
1121 bar->wrap_scroll = false;
1121 bar->separator_symbol = NULL; 1122 bar->separator_symbol = NULL;
1122 bar->strip_workspace_numbers = false; 1123 bar->strip_workspace_numbers = false;
1123 bar->binding_mode_indicator = true; 1124 bar->binding_mode_indicator = true;