Apply Almito's patchs for xcompmgr opacity support (#70), skype focus bug (#66) and fix for #68 & #69
This commit is contained in:
@@ -577,11 +577,7 @@ propertynotify(XPropertyEvent *ev)
|
||||
case XA_WM_HINTS:
|
||||
if((h = XGetWMHints(dpy, c->win)) && (h->flags & XUrgencyHint) && c != sel)
|
||||
{
|
||||
c->flags |= UrgentFlag;
|
||||
|
||||
tags[c->screen][c->tag].urgent = True;
|
||||
infobar_draw_taglist(c->screen);
|
||||
|
||||
client_urgent(c, True);
|
||||
XFree(h);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user