mirror of
https://github.com/swaywm/sway.git
synced 2025-04-05 03:47:54 +03:00
arrange windows
This commit is contained in:
parent
92c58b1e63
commit
2778edef97
11 changed files with 24 additions and 24 deletions
|
@ -13,6 +13,6 @@ struct cmd_results *cmd_reload(int argc, char **argv) {
|
|||
|
||||
/* load_swaybars(); -- for when it's implemented */
|
||||
|
||||
container_arrange_windows(&root_container, -1, -1);
|
||||
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