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

@ -26,6 +26,7 @@ struct config {
char *font;
char *sep_symbol;
char *mode;
char *hidden_state;
bool strip_workspace_numbers;
bool binding_mode_indicator;
bool wrap_scroll;