JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
reorder was misssing in Ross version of viewall
[dwm.git] / view.c
diff --git a/view.c b/view.c
index bb0647a..37b4fd7 100644 (file)
--- a/view.c
+++ b/view.c
@@ -280,6 +280,7 @@ viewall(Arg *arg)
 
        for(i = 0; i < ntags; i++)
                seltag[i] = True;
+       reorder();
        arrange(NULL);
 }