1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-03-20 13:29:33 +00:00

Merge pull request from Luminarys/master

Changed cmd_reload to arrange windows post reload
This commit is contained in:
Drew DeVault 2015-08-10 15:39:32 -04:00
commit accde8343b

View file

@ -180,9 +180,9 @@ int cmd_reload(struct sway_config *config, int argc, char **argv) {
return 1;
}
if (!load_config()) {
return 1;
return 1;
}
arrange_windows(&root_container, -1, -1);
return 0;
}