mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
arrange windows
This commit is contained in:
parent
92c58b1e63
commit
2778edef97
11 changed files with 24 additions and 24 deletions
|
|
@ -50,7 +50,7 @@ struct cmd_results *cmd_layout(int argc, char **argv) {
|
|||
}
|
||||
}
|
||||
|
||||
container_arrange_windows(parent, parent->width, parent->height);
|
||||
arrange_windows(parent, parent->width, parent->height);
|
||||
|
||||
return cmd_results_new(CMD_SUCCESS, NULL, NULL);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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