diff -r 969fb6be25e1 -r e5390f8e06b9 draw.c --- a/draw.c Thu Aug 10 11:19:25 2006 +0200 +++ b/draw.c Thu Aug 10 11:26:32 2006 +0200 @@ -138,7 +138,7 @@ int i; Bool istile = arrange == dotile; - if(c == sel) { + if(c == sel && issel) { drawstatus(); XUnmapWindow(dpy, c->title); XSetWindowBorder(dpy, c->win, dc.fg);