mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 19:38:01 +03:00
Merge branch 'master' into master
This commit is contained in:
commit
cdfd9fe8ab
1 changed files with 2 additions and 0 deletions
|
@ -652,6 +652,8 @@ static void arrange_root(struct sway_root *root) {
|
||||||
struct sway_output *output = root->outputs->items[i];
|
struct sway_output *output = root->outputs->items[i];
|
||||||
struct sway_workspace *ws = output->current.active_workspace;
|
struct sway_workspace *ws = output->current.active_workspace;
|
||||||
|
|
||||||
|
wlr_scene_output_set_position(output->scene_output, output->lx, output->ly);
|
||||||
|
|
||||||
if (ws) {
|
if (ws) {
|
||||||
arrange_workspace_floating(ws);
|
arrange_workspace_floating(ws);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue