mirror of
https://github.com/swaywm/sway.git
synced 2025-01-16 08:05:58 +01:00
Merge pull request #9 from Luminarys/master
Changed cmd_reload to arrange windows post reload
This commit is contained in:
commit
accde8343b
1 changed files with 2 additions and 2 deletions
|
@ -182,7 +182,7 @@ int cmd_reload(struct sway_config *config, int argc, char **argv) {
|
||||||
if (!load_config()) {
|
if (!load_config()) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
arrange_windows(&root_container, -1, -1);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue