mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Restore workspaces to outputs based on priority
This commit is contained in:
parent
c65c84444e
commit
5c9a917df9
5 changed files with 130 additions and 17 deletions
|
|
@ -183,6 +183,7 @@ void container_move_to(struct sway_container *container,
|
|||
}
|
||||
container_sort_workspaces(new_parent);
|
||||
seat_set_focus(seat, new_parent);
|
||||
workspace_output_raise_priority(container, old_parent, new_parent);
|
||||
}
|
||||
container_notify_subtree_changed(old_parent);
|
||||
container_notify_subtree_changed(new_parent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue