--- dwm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dwm.c b/dwm.c index 4465af1..6610199 100644 --- a/dwm.c +++ b/dwm.c _AT_@ -1233,6 +1233,8 @@ propertynotify(XEvent *e) case XA_WM_HINTS: updatewmhints(c); drawbars(); + if (c->isurgent) + XSetWindowBorder(dpy, c->win, scheme[SchemeSel][ColFg].pixel); break; } if (ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) { -- 2.23.0Received on Thu Sep 19 2019 - 15:11:03 CEST
This archive was generated by hypermail 2.3.0 : Thu Sep 19 2019 - 15:12:25 CEST