shell: Unify mapping windows into stacks logic
This commit is contained in:
parent
c719b6bb3d
commit
835dbe45f3
5 changed files with 43 additions and 56 deletions
|
|
@ -124,7 +124,7 @@ pub fn tab_items(
|
|||
let focus_stack = workspace.focus_stack.get(&seat);
|
||||
workspace
|
||||
.tiling_layer
|
||||
.map(mapped, Some(focus_stack.iter()), None, false);
|
||||
.map(mapped, Some(focus_stack.iter()), None);
|
||||
} else {
|
||||
workspace.floating_layer.map(mapped, None)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue