mark parents of urgent container also as urgent
This commit is contained in:
committed by
Michael Stapelberg
parent
b41ab04ecd
commit
d8a036d776
@ -852,6 +852,9 @@ static bool handle_hints(void *data, xcb_connection_t *conn, uint8_t state, xcb_
|
||||
con->window->urgent.tv_usec = 0;
|
||||
}
|
||||
}
|
||||
|
||||
con_update_parents_urgency(con);
|
||||
|
||||
LOG("Urgency flag changed to %d\n", con->urgent);
|
||||
|
||||
Con *ws;
|
||||
|
Reference in New Issue
Block a user