config.default.h
changeset 326 73efaa15a635
parent 312 8373e295cb04
child 330 50a81ba123bf
equal deleted inserted replaced
325:58c09c533d3f 326:73efaa15a635
     2  * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
     2  * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
     3  * See LICENSE file for license details.
     3  * See LICENSE file for license details.
     4  */
     4  */
     5 
     5 
     6 #define TAGS \
     6 #define TAGS \
     7 const char *tags[] = { "0", "1", "2", "3", "4", NULL };
     7 const char *tags[] = { "1", "2", "3", "4", "0", NULL };
     8 
     8 
     9 #define DEFMODE			dotile /* dofloat */
     9 #define DEFMODE			dotile /* dofloat */
    10 #define DEFTAG			1 /* index */
       
    11 #define FONT			"fixed"
    10 #define FONT			"fixed"
    12 #define BGCOLOR			"#666699"
    11 #define BGCOLOR			"#666699"
    13 #define FGCOLOR			"#eeeeee"
    12 #define FGCOLOR			"#eeeeee"
    14 #define BORDERCOLOR		"#9999CC"
    13 #define BORDERCOLOR		"#9999CC"
    15 #define MODKEY			Mod1Mask
    14 #define MODKEY			Mod1Mask