JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added ban() which takes care than a banned window is not banned again... (this reduce...
[dwm.git] / event.c
diff --git a/event.c b/event.c
index bf69d9e..8c8b997 100644 (file)
--- a/event.c
+++ b/event.c
@@ -189,7 +189,7 @@ configurerequest(XEvent *e) {
                                configure(c);
                        resize(c, False);
                        if(!isvisible(c))
-                               XMoveWindow(dpy, c->win, c->x + 2 * sw, c->y);
+                               ban(c);
                }
                else
                        configure(c);