arrange windows

This commit is contained in:
Tony Crisci 2018-03-29 23:15:39 -04:00
parent 92c58b1e63
commit 2778edef97
11 changed files with 24 additions and 24 deletions

View file

@ -172,7 +172,7 @@ void arrange_layers(struct sway_output *output) {
if (memcmp(&usable_area_before,
&usable_area, sizeof(struct wlr_box)) != 0) {
wlr_log(L_DEBUG, "arrange");
container_arrange_windows(output->swayc, -1, -1);
arrange_windows(output->swayc, -1, -1);
}
// Arrange non-exlusive surfaces from top->bottom