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
|
|
@ -247,6 +247,6 @@ bool workspace_switch(struct sway_container *workspace) {
|
|||
}
|
||||
sway_seat_set_focus(seat, next);
|
||||
struct sway_container *output = container_parent(workspace, C_OUTPUT);
|
||||
container_arrange_windows(output, -1, -1);
|
||||
arrange_windows(output, -1, -1);
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue