X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=draw.c;h=869c2f21797b8627102c56e64f227e2924836968;hb=fde45ebed844c227a17c21d161f60aa55c8b3c41;hp=5d19bfb26486f1c9688449f88103393fd9c2ff07;hpb=4250c26e9b406dd5963a6e9a9b4b33e64ff9c861;p=dwm.git diff --git a/draw.c b/draw.c index 5d19bfb..869c2f2 100644 --- a/draw.c +++ b/draw.c @@ -138,7 +138,7 @@ drawtitle(Client *c) int i; Bool istile = arrange == dotile; - if(c == sel) { + if(c == sel && issel) { drawstatus(); XUnmapWindow(dpy, c->title); XSetWindowBorder(dpy, c->win, dc.fg);