config.def.h
changeset 1045 8a79aa547b6e
parent 1041 ee04fab6ff9c
child 1047 ef0b927bf16c
equal deleted inserted replaced
1044:78d663b698f0 1045:8a79aa547b6e
    11 #define SELBGCOLOR		"#0066ff"
    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" };
    15 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www" };
       
    16 #define NTAGS (sizeof tags / sizeof tags[0])
       
    17 Bool seltags[NTAGS] = {[0] = True};
       
    18 Bool prevtags[NTAGS] = {[0] = True};
    16 Rule rules[] = {
    19 Rule rules[] = {
    17 	/* class:instance:title regex	tags regex	isfloating */
    20 	/* class:instance:title regex	tags regex	isfloating */
    18 	{ "Firefox",			"www",		False },
    21 	{ "Firefox",			"www",		False },
    19 	{ "Gimp",			NULL,		True },
    22 	{ "Gimp",			NULL,		True },
    20 	{ "MPlayer",			NULL,		True },
    23 	{ "MPlayer",			NULL,		True },