config.h
changeset 1001 2477f818215c
parent 990 70f6fcd100b7
child 1008 ac233c362502
equal deleted inserted replaced
1000:55e4d698f53a 1001:2477f818215c
    10 #define SELBORDERCOLOR		"#f00"
    10 #define SELBORDERCOLOR		"#f00"
    11 #define SELBGCOLOR		"#00f"
    11 #define SELBGCOLOR		"#00f"
    12 #define SELFGCOLOR		"#fff"
    12 #define SELFGCOLOR		"#fff"
    13 
    13 
    14 /* tagging */
    14 /* tagging */
    15 static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
    15 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
    16 static Rule rules[] = {
    16 Rule rules[] = {
    17 	/* class:instance:title regex	tags regex	isfloating */
    17 	/* class:instance:title regex	tags regex	isfloating */
    18 	{ "Firefox",			"3",		False },
    18 	{ "Firefox",			"3",		False },
    19 	{ "Gimp",			NULL,		True },
    19 	{ "Gimp",			NULL,		True },
    20 	{ "MPlayer",			NULL,		True },
    20 	{ "MPlayer",			NULL,		True },
    21 	{ "Acroread",			NULL,		True },
    21 	{ "Acroread",			NULL,		True },
    22 };
    22 };
    23 
    23 
    24 /* layout(s) */
    24 /* layout(s) */
    25 static Layout layouts[] = {
    25 Layout layouts[] = {
    26 	/* symbol		function */
    26 	/* symbol		function */
    27 	{ "[]=",		tile }, /* first entry is default */
    27 	{ "[]=",		tile }, /* first entry is default */
    28 	{ "><>",		floating },
    28 	{ "><>",		floating },
    29 };
    29 };
    30 #define RESIZEHINTS		True	/* False - respect size hints in tiled resizals */
    30 #define RESIZEHINTS		True	/* False - respect size hints in tiled resizals */