mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
sway/config.c: Initialise struct value
This commit is contained in:
parent
75aa3b1be4
commit
682efbb7dd
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue