mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Update workspace urgent state when views close or move workspaces
This commit is contained in:
parent
560627437b
commit
5f0a4bb6a4
6 changed files with 31 additions and 7 deletions
|
|
@ -1070,6 +1070,8 @@ void container_floating_move_to(struct sway_container *con,
|
|||
container_add_child(new_workspace->sway_workspace->floating, con);
|
||||
arrange_windows(old_workspace);
|
||||
arrange_windows(new_workspace);
|
||||
workspace_detect_urgent(old_workspace);
|
||||
workspace_detect_urgent(new_workspace);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue