config.def.h
branchstil
changeset 1531 606ac98e35df
parent 1514 2a8d8d41e50b
child 1534 ff21639cb978
--- a/config.def.h	Fri Jan 07 16:05:22 2011 +0000
+++ b/config.def.h	Wed Feb 02 21:20:03 2011 +0300
@@ -1,7 +1,7 @@
 /* See LICENSE file for copyright and license details. */
 
 /* appearance */
-static const char font[]            = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*";
+static const char font[]            = "Sans 8";
 static const char normbordercolor[] = "#cccccc";
 static const char normbgcolor[]     = "#cccccc";
 static const char normfgcolor[]     = "#000000";
@@ -32,6 +32,7 @@
 	{ "><>",      NULL },    /* no layout function means floating behavior */
 	{ "[M]",      monocle },
 };
+static const int deflayouts[] = { 0, 0, 0,  0, 0, 0,  0, 0, 0 };
 
 /* key definitions */
 #define MODKEY Mod1Mask