JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
changed back to urxvt, dwm has no problems with it, because it doesn't use frame...
[dwm.git] / client.c
index 932b23e..f92ac26 100644 (file)
--- a/client.c
+++ b/client.c
@@ -13,7 +13,7 @@
 
 static void floating(void);
 static void tiling(void);
-static void (*arrange)(void) = tiling;
+static void (*arrange)(void) = floating;
 
 void
 max(void *aux)