mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
Render containers as urgent if they have an urgent child
This commit is contained in:
parent
be28c18ad5
commit
af5f736277
2 changed files with 9 additions and 4 deletions
|
|
@ -526,5 +526,6 @@ void workspace_detect_urgent(struct sway_container *workspace) {
|
|||
if (workspace->sway_workspace->urgent != new_urgent) {
|
||||
workspace->sway_workspace->urgent = new_urgent;
|
||||
ipc_event_workspace(NULL, workspace, "urgent");
|
||||
container_damage_whole(workspace);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue