tiling: Sort tiling hints below windows
This commit is contained in:
parent
b9fff052db
commit
954843bc43
1 changed files with 5 additions and 5 deletions
|
|
@ -1619,11 +1619,6 @@ impl TilingLayout {
|
||||||
}
|
}
|
||||||
.unzip();
|
.unzip();
|
||||||
|
|
||||||
// tiling hints
|
|
||||||
if let Some(group_elements) = group_elements {
|
|
||||||
elements.extend(group_elements);
|
|
||||||
}
|
|
||||||
|
|
||||||
// all alive windows
|
// all alive windows
|
||||||
elements.extend(render_new_tree(
|
elements.extend(render_new_tree(
|
||||||
target_tree,
|
target_tree,
|
||||||
|
|
@ -1646,6 +1641,11 @@ impl TilingLayout {
|
||||||
},
|
},
|
||||||
));
|
));
|
||||||
|
|
||||||
|
// tiling hints
|
||||||
|
if let Some(group_elements) = group_elements {
|
||||||
|
elements.extend(group_elements);
|
||||||
|
}
|
||||||
|
|
||||||
Ok(elements)
|
Ok(elements)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue