JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
pop on heretag
[dwm.git] / tag.c
diff --git a/tag.c b/tag.c
index 3837fbd..fce3c6e 100644 (file)
--- a/tag.c
+++ b/tag.c
@@ -136,7 +136,7 @@ heretag(Arg *arg)
        for(i = 0; i < TLast; i++)
                c->tags[i] = NULL;
        c->tags[tsel] = tags[tsel];
-       arrange(NULL);
+       pop(c);
        focus(c);
 }