sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 682efbb7dd803e4a936b0c37d6d3f2379a3414b7
parent 75aa3b1be4afe8cef7e678e8a7a665d59c847886
Author: Daniel Lockyer <thisisdaniellockyer@gmail.com>
Date:   Sat, 30 Apr 2016 01:12:41 +0100

sway/config.c: Initialise struct value

Diffstat:
Msway/config.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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");