aboutsummaryrefslogtreecommitdiff
path: root/swaybar/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar/state.c')
-rw-r--r--swaybar/state.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/swaybar/state.c b/swaybar/state.c
index 900842e0..77427555 100644
--- a/swaybar/state.c
+++ b/swaybar/state.c
@@ -13,6 +13,7 @@ struct swaybar_state *init_state() {
state->output->window = NULL;
state->output->registry = NULL;
state->output->workspaces = create_list();
+ state->output->name = NULL;
return state;
}