diff options
| -rw-r--r-- | sway/config.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c index f520cc88..b3b743c3 100644 --- a/sway/config.c +++ b/sway/config.c @@ -1035,6 +1035,7 @@ struct bar_config *default_bar_config(void) {  	bar->strip_workspace_numbers = false;  	bar->binding_mode_indicator = true;  	bar->tray_padding = 2; +	bar->verbose = false;  	bar->pid = 0;  	// set default colors  	strcpy(bar->colors.background, "#000000ff");  | 
