JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied the saner patch (removed the pathetic one)
[dwm.git] / tag.c
diff --git a/tag.c b/tag.c
index c4d3b34..edf68c6 100644 (file)
--- a/tag.c
+++ b/tag.c
@@ -41,7 +41,7 @@ appendtag(Arg *arg)
                return;
 
        sel->tags[arg->i] = True;
-       arrange(NULL);
+       settitle(sel);
 }
 
 void