applied yiyus fix
This commit is contained in:
parent
a62ea4062f
commit
fda92f46aa
1 changed files with 1 additions and 1 deletions
2
dwm.c
2
dwm.c
|
@ -1651,7 +1651,7 @@ updatewmhints(Client *c) {
|
|||
XWMHints *wmh;
|
||||
|
||||
if((wmh = XGetWMHints(dpy, c->win))) {
|
||||
if(ISVISIBLE(c) && wmh->flags & XUrgencyHint) {
|
||||
if(c == sel && wmh->flags & XUrgencyHint) {
|
||||
wmh->flags &= ~XUrgencyHint;
|
||||
XSetWMHints(dpy, c->win, wmh);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue