config.def.h
changeset 1012 0d87d4a36b26
parent 1011 92c19c929a59
child 1013 e5e37ad38ea7
equal deleted inserted replaced
1011:92c19c929a59 1012:0d87d4a36b26
     2 
     2 
     3 /* appearance */
     3 /* appearance */
     4 #define BARPOS			BarTop /* BarBot, BarOff */
     4 #define BARPOS			BarTop /* BarBot, BarOff */
     5 #define BORDERPX		1
     5 #define BORDERPX		1
     6 #define FONT			"-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*"
     6 #define FONT			"-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*"
     7 #define NORMBORDERCOLOR		"#cccccc"
     7 #define NORMBORDERCOLOR         "#cccccc"
     8 #define NORMBGCOLOR		"#ffffff"
     8 #define NORMBGCOLOR             "#eeeeee"
     9 #define NORMFGCOLOR		"#000000"
     9 #define NORMFGCOLOR             "#444444"
    10 #define SELBORDERCOLOR		"#ff0000"
    10 #define SELBORDERCOLOR          "#0066ff"
    11 #define SELBGCOLOR		"#0000ff"
    11 #define SELBGCOLOR              "#0066ff"
    12 #define SELFGCOLOR		"#ffffff"
    12 #define SELFGCOLOR              "#ffffff"
    13 
    13 
    14 /* tagging */
    14 /* tagging */
    15 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www", NULL };
    15 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www", NULL };
    16 Rule rules[] = {
    16 Rule rules[] = {
    17 	/* class:instance:title regex	tags regex	isfloating */
    17 	/* class:instance:title regex	tags regex	isfloating */