JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added general centralization rule for new clients (works around various borken apps)
[dwm.git] / tag.c
diff --git a/tag.c b/tag.c
index 4b6d513..841d0fc 100644 (file)
--- a/tag.c
+++ b/tag.c
@@ -281,7 +281,10 @@ void
 togglemode(Arg *arg)
 {
        arrange = arrange == dofloat ? dotile : dofloat;
-       arrange(NULL);
+       if(sel)
+               arrange(NULL);
+       else
+               drawstatus();
 }
 
 void