config.def.h
changeset 1017 585e3422edc8
parent 1015 f052223df8d5
child 1020 2d8f63e31ffa
equal deleted inserted replaced
1016:3027df4b2c0d 1017:585e3422edc8
     1 /* See LICENSE file for copyright and license details. */
     1 /* See LICENSE file for copyright and license details. */
     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			"-*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-*"
     6 #define FONT			"-*-terminus-*-*-*-*-*-*-*-*-*-*-*-*"
     7 #define NORMBORDERCOLOR         "#cccccc"
     7 #define NORMBORDERCOLOR		"#cccccc"
     8 #define NORMBGCOLOR             "#dddddd"
     8 #define NORMBGCOLOR		"#cccccc"
     9 #define NORMFGCOLOR             "#333333"
     9 #define NORMFGCOLOR		"#000000"
    10 #define SELBORDERCOLOR          "#0066cc"
    10 #define SELBORDERCOLOR		"#0066ff"
    11 #define SELBGCOLOR              "#0066cc"
    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 */