Implement enough IPC for swaybar to work

This commit is contained in:
Drew DeVault 2018-03-29 16:51:36 -04:00
parent b72825441b
commit 6836074fed
8 changed files with 251 additions and 31 deletions

View file

@ -403,12 +403,6 @@ bool load_main_config(const char *file, bool is_active) {
free_config(old_config);
}
config->reading = false;
if (success) {
// TODO: bar
//update_active_bar_modifiers();
}
return success;
}