diff options
author | anselm@anselm1 <unknown> | 2008-05-19 20:07:12 +0100 |
---|---|---|
committer | anselm@anselm1 <unknown> | 2008-05-19 20:07:12 +0100 |
commit | 822101dd5bceadb12351dd5f9084d7745b10ec92 (patch) | |
tree | c9ed3b1c3181b4be933c826834688fc510365393 /config.def.h | |
parent | 6bdef73a4f0c2a96f8984ddc10b55f1d753ab5fe (diff) | |
download | dwm-822101dd5bceadb12351dd5f9084d7745b10ec92.tar.gz |
merged tile.c again into dwm.c
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 */ |