mirror of
https://github.com/swaywm/sway.git
synced 2026-04-06 07:15:44 -04: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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue