JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
merged tile.c again into dwm.c
[dwm.git] / config.def.h
index 0619a9e..63c8c06 100644 (file)
@@ -25,12 +25,10 @@ Rule rules[] = {
 double mfact           = 0.55;
 Bool resizehints       = True;     /* False means respect size hints in tiled resizals */
 
-#include "tile.c"
-
 Layout layouts[] = {
        /* symbol     arrange  geom */
        { "[]=",      tile,    updatetilegeom }, /* first entry is default */
-       { "><>",      NULL,                   }, /* no layout function means floating behavior */
+       { "><>",      NULL,    NULL           }, /* no layout function means floating behavior */
 };
 
 /* key definitions */