mirror of
https://github.com/swaywm/sway.git
synced 2025-11-24 06:59:51 -05:00
Implement enough IPC for swaybar to work
This commit is contained in:
parent
b72825441b
commit
6836074fed
8 changed files with 251 additions and 31 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue