config.arg.h
changeset 505 2c29d74b11dc
parent 496 202416b41e80
child 508 ede48935f2b3
equal deleted inserted replaced
504:0cefc169ff67 505:2c29d74b11dc
     4  */
     4  */
     5 
     5 
     6 #define TAGS \
     6 #define TAGS \
     7 const char *tags[] = { "dev", "work", "net", "fnord", NULL };
     7 const char *tags[] = { "dev", "work", "net", "fnord", NULL };
     8 
     8 
     9 #define DEFMODE			dotile /* dofloat */
     9 #define DEFMODE			dotile		/* dofloat */
    10 #define FLOATSYMBOL		"><>"
    10 #define FLOATSYMBOL		"><>"
       
    11 #define STACKPOS		StackRight	/* StackLeft, StackBottom */
    11 #define TILESYMBOL		"[]="
    12 #define TILESYMBOL		"[]="
       
    13 #define VERTICALSTACK		True		/* False == horizontal stack  */
    12 
    14 
    13 #define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
    15 #define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
    14 #define NORMBGCOLOR		"#333333"
    16 #define NORMBGCOLOR		"#333333"
    15 #define NORMFGCOLOR		"#dddddd"
    17 #define NORMFGCOLOR		"#dddddd"
    16 #define SELBGCOLOR		"#333366"
    18 #define SELBGCOLOR		"#333366"
    17 #define SELFGCOLOR		"#eeeeee"
    19 #define SELFGCOLOR		"#eeeeee"
    18 #define STATUSBGCOLOR		"#222222"
    20 #define STATUSBGCOLOR		"#222222"
    19 #define STATUSFGCOLOR		"#9999cc"
    21 #define STATUSFGCOLOR		"#9999cc"
    20 
    22 
    21 #define MASTERW			60 /* percent */
    23 #define MASTER			60 /* percent */
    22 #define MODKEY			Mod1Mask
    24 #define MODKEY			Mod1Mask
    23 
    25 
    24 #define KEYS \
    26 #define KEYS \
    25 static Key key[] = { \
    27 static Key key[] = { \
    26 	/* modifier			key		function	arguments */ \
    28 	/* modifier			key		function	arguments */ \