X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=bfeae15a3232c624c378cda06caa3c96ff6d7dde;hp=4d1493b568cabc8487566296d96da0c1dee2d631;hb=fc21dd4b7e65bb511ac10f8bd8f469fe0f00a76e;hpb=758b100d12ba1c52b5d7479e3ed334ba89e701f8 diff --git a/dwm.c b/dwm.c index 4d1493b..bfeae15 100644 --- a/dwm.c +++ b/dwm.c @@ -1052,6 +1052,7 @@ manage(Window w, XWindowAttributes *wa) { die("fatal: could not malloc() %u bytes\n", sizeof(Client)); *c = cz; c->win = w; + updatetitle(c); if(XGetTransientForHint(dpy, w, &trans)) t = wintoclient(trans); if(t) { @@ -1091,7 +1092,6 @@ manage(Window w, XWindowAttributes *wa) { updatesizehints(c); XSelectInput(dpy, w, EnterWindowMask|FocusChangeMask|PropertyChangeMask|StructureNotifyMask); grabbuttons(c, False); - updatetitle(c); if(!c->isfloating) c->isfloating = trans != None || c->isfixed; if(c->isfloating)