mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-03 20:10:23 -04:00
Merge remote-tracking branch 'upstream/main' into wlroots-next
This commit is contained in:
commit
892a4d3ec7
2 changed files with 22 additions and 6 deletions
3
dwl.c
3
dwl.c
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue