diff -r ebacc4055785 config.h --- a/config.h Sat Sep 22 09:13:03 2007 +0200 +++ b/config.h Sat Sep 22 11:00:08 2007 +0200 @@ -22,12 +22,14 @@ Rule rules[] = { }; /* layout(s) */ +#define NMASTER 1 +#define RESIZEHINTS True /* False - respect size hints in tiled resizals */ +#include "nmtile.c" Layout layouts[] = { /* symbol function */ - { "[]=", tile }, /* first entry is default */ + { "[]=", nmtile }, /* first entry is default */ { "><>", floating }, }; -#define RESIZEHINTS True /* False - respect size hints in tiled resizals */ #define MWFACT 0.6 /* master width factor [0.1 .. 0.9] */ #define SNAP 32 /* snap pixel */