config.default.h
changeset 352 5a8bdc3b37cb
parent 350 b10852dbbffe
child 353 8a06efe5b563
equal deleted inserted replaced
351:d822b5fbe11e 352:5a8bdc3b37cb
     6 #define TAGS \
     6 #define TAGS \
     7 const char *tags[] = { "1", "2", "3", "4", "5", NULL };
     7 const char *tags[] = { "1", "2", "3", "4", "5", NULL };
     8 
     8 
     9 #define DEFMODE			dotile /* dofloat */
     9 #define DEFMODE			dotile /* dofloat */
    10 #define FONT			"fixed"
    10 #define FONT			"fixed"
    11 #define NORMBGCOLOR		"#666699"
    11 #define BGCOLOR			"#666699"
    12 #define NORMFGCOLOR		"#eeeeee"
    12 #define FGCOLOR			"#eeeeee"
    13 #define SELBGCOLOR		"#eeeeee"
    13 #define BORDERCOLOR		"#9999CC"
    14 #define SELFGCOLOR		"#666699"
       
    15 #define MODKEY			Mod1Mask
    14 #define MODKEY			Mod1Mask
    16 #define MASTERW			60 /* percent */
    15 #define MASTERW			60 /* percent */
    17 
    16 
    18 #define KEYS \
    17 #define KEYS \
    19 static Key key[] = { \
    18 static Key key[] = { \