JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix
authorAnselm R Garbe <garbeam@gmail.com>
Thu, 19 Jun 2008 13:13:07 +0000 (14:13 +0100)
committerAnselm R Garbe <garbeam@gmail.com>
Thu, 19 Jun 2008 13:13:07 +0000 (14:13 +0100)
dwm.c

diff --git a/dwm.c b/dwm.c
index a94cacc..fcdab10 100644 (file)
--- a/dwm.c
+++ b/dwm.c
@@ -274,9 +274,9 @@ arrange(void) {
 
        for(c = clients; c; c = c->next)
                if(c->tags & tagset[seltags]) { /* is visible */
+                       c->isbanned = False;
                        if(!lt[sellt]->arrange || c->isfloating)
                                resize(c, c->x, c->y, c->w, c->h, True);
-                       c->isbanned = False;
                }
                else if(!c->isbanned) {
                        XMoveWindow(dpy, c->win, c->x + 2 * sw, c->y);