mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Improve how swaybars are spawned
This commit is contained in:
parent
af7a251806
commit
e15a8a0376
3 changed files with 20 additions and 14 deletions
|
|
@ -1526,14 +1526,7 @@ static struct cmd_results *cmd_reload(int argc, char **argv) {
|
|||
}
|
||||
if (!load_config(NULL)) return cmd_results_new(CMD_FAILURE, "reload", "Error(s) reloading config.");
|
||||
|
||||
int i;
|
||||
swayc_t *cont = NULL;
|
||||
for (i = 0; i < root_container.children->length; ++i) {
|
||||
cont = root_container.children->items[i];
|
||||
if (cont->type == C_OUTPUT) {
|
||||
load_swaybars(cont);
|
||||
}
|
||||
}
|
||||
load_swaybars();
|
||||
|
||||
arrange_windows(&root_container, -1, -1);
|
||||
return cmd_results_new(CMD_SUCCESS, NULL, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue