From 822101dd5bceadb12351dd5f9084d7745b10ec92 Mon Sep 17 00:00:00 2001 From: "anselm@anselm1" Date: Mon, 19 May 2008 20:07:12 +0100 Subject: merged tile.c again into dwm.c --- config.def.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 0619a9e..63c8c06 100644 --- a/config.def.h +++ b/config.def.h @@ -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 */ -- cgit v1.2.3-54-g00ecf