config.arg.h
changeset 787 9728e9e85f93
parent 786 d9198e713310
child 788 a61fcdf7b4c1
equal deleted inserted replaced
786:d9198e713310 787:9728e9e85f93
     1 /* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
     1 /* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
     2  * See LICENSE file for license details.
     2  * See LICENSE file for license details.
     3  */
     3  */
     4 
       
     5 #define TAGS \
       
     6 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
       
     7 
       
     8 #define LAYOUTS \
       
     9 static Layout layout[] = { \
       
    10 	/* symbol		function */ \
       
    11 	{ "[]=",		tile }, /* first entry is default */ \
       
    12 	{ "><>",		versatile }, \
       
    13 };
       
    14 
     4 
    15 #define BORDERPX		1
     5 #define BORDERPX		1
    16 #define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
     6 #define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
    17 #define NORMBORDERCOLOR		"#333"
     7 #define NORMBORDERCOLOR		"#333"
    18 #define NORMBGCOLOR		"#222"
     8 #define NORMBGCOLOR		"#222"
    24 #define MASTER			600		/* per thousand */
    14 #define MASTER			600		/* per thousand */
    25 #define MODKEY			Mod1Mask
    15 #define MODKEY			Mod1Mask
    26 #define NMASTER			1		/* clients in master area */
    16 #define NMASTER			1		/* clients in master area */
    27 #define SNAP			40		/* pixel */
    17 #define SNAP			40		/* pixel */
    28 #define TOPBAR			True		/* False */
    18 #define TOPBAR			True		/* False */
       
    19 
       
    20 #define TAGS \
       
    21 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
       
    22 
       
    23 #define LAYOUTS \
       
    24 static Layout layout[] = { \
       
    25 	/* symbol		function */ \
       
    26 	{ "[]=",		tile }, /* first entry is default */ \
       
    27 	{ "><>",		versatile }, \
       
    28 };
    29 
    29 
    30 #define KEYS \
    30 #define KEYS \
    31 static Key key[] = { \
    31 static Key key[] = { \
    32 	/* modifier			key		function	argument */ \
    32 	/* modifier			key		function	argument */ \
    33 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
    33 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \