started ipc approach to bar hiding - builds fine, but bar won't show up right now

This commit is contained in:
Calvin Kosmatka 2017-04-10 23:52:23 -05:00
parent 7fee555a46
commit c5dfe70ab1
3 changed files with 34 additions and 3 deletions

View file

@ -37,6 +37,7 @@ struct config *init_config() {
config->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM;
config->font = strdup("monospace 10");
config->mode = NULL;
config->hidden_state = NULL;
config->sep_symbol = NULL;
config->strip_workspace_numbers = false;
config->binding_mode_indicator = true;