config.arg.h
changeset 769 dc60583894e0
parent 758 63ad05e7f9e1
child 782 92862ab407d5
equal deleted inserted replaced
768:b1dbe65d3e84 769:dc60583894e0
     3  */
     3  */
     4 
     4 
     5 #define TAGS \
     5 #define TAGS \
     6 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
     6 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
     7 
     7 
     8 #define BORDERPX		1
       
     9 #define DEFMODE			dotile		/* dofloat */
     8 #define DEFMODE			dotile		/* dofloat */
    10 #define FLOATSYMBOL		"><>"
     9 #define FLOATSYMBOL		"><>"
    11 #define TILESYMBOL		"[]="
    10 #define TILESYMBOL		"[]="
    12 
    11 
       
    12 #define BORDERPX		1
    13 #define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
    13 #define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
    14 #define NORMBORDERCOLOR		"#333"
    14 #define NORMBORDERCOLOR		"#333"
    15 #define NORMBGCOLOR		"#222"
    15 #define NORMBGCOLOR		"#222"
    16 #define NORMFGCOLOR		"#ccc"
    16 #define NORMFGCOLOR		"#ccc"
    17 #define SELBORDERCOLOR		"#69c"
    17 #define SELBORDERCOLOR		"#69c"