config.def.h
changeset 1201 b66f5380fce3
parent 1200 d59c0861bd2c
child 1202 4d42aee62090
--- a/config.def.h	Sat May 17 14:06:41 2008 +0100
+++ b/config.def.h	Sat May 17 14:17:18 2008 +0100
@@ -24,10 +24,10 @@
 #define SNAP        32    /* snap pixel */
 
 Layout layouts[] = {
-	/* symbol     function    isfloating */
-	{ "[]=",      tilev,      False }, /* first entry is default */
-	{ "><>",      NULL,       True },
-	{ "<M>",      monocle,    True },
+	/* symbol     function */
+	{ "[]=",      tilev   }, /* first entry is default */
+	{ "><>",      NULL    }, /* no layout function means floating behavior */
+	{ "<M>",      monocle }, /* TODO: remove this */
 };
 
 /* key definitions */