mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
Merge pull request #618 from neosilky/uninit
sway/config.c: Initialise struct value
This commit is contained in:
commit
be6c18df94
@ -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 New Issue
Block a user