mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Merge branch 'master' into commands
This commit is contained in:
commit
4b9ad9c238
27 changed files with 326 additions and 336 deletions
|
|
@ -247,7 +247,7 @@ static void workspace_move_to_output(struct sway_container *workspace,
|
|||
}
|
||||
|
||||
// Try to remove an empty workspace from the destination output.
|
||||
container_reap_empty_recursive(new_output_focus);
|
||||
container_reap_empty(new_output_focus);
|
||||
|
||||
output_sort_workspaces(output);
|
||||
seat_set_focus(seat, output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue