Merge remote-tracking branch 'upstream/main' into wlroots-next

This commit is contained in:
Leonardo Hernández Hernández 2023-10-13 17:08:30 -06:00
commit 892a4d3ec7
No known key found for this signature in database
GPG key ID: E538897EE11B9624
2 changed files with 22 additions and 6 deletions

3
dwl.c
View file

@ -2628,7 +2628,8 @@ urgent(struct wl_listener *listener, void *data)
if (!c || c == focustop(selmon))
return;
client_set_border_color(c, urgentcolor);
if (client_surface(c)->mapped)
client_set_border_color(c, urgentcolor);
c->isurgent = 1;
printstatus();
}