config.def.h
changeset 1077 51b8e0c21bcb
parent 1076 591632523d96
child 1092 2c20bc278e5e
equal deleted inserted replaced
1076:591632523d96 1077:51b8e0c21bcb
    13 
    13 
    14 /* tagging */
    14 /* tagging */
    15 const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "www" };
    15 const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "www" };
    16 Bool initags[LENGTH(tags)] = {[0] = True};
    16 Bool initags[LENGTH(tags)] = {[0] = True};
    17 Rule rules[] = {
    17 Rule rules[] = {
    18 	/* class:instance:title regex	tags regex	isfloating */
    18 	/* class:instance:title regex	tags regex	isfloating */	/* monitor */
    19 	{ "Firefox",			"www",		False },
    19 	{ "Firefox",			"www",		False,		-1 },
    20 	{ "Gimp",			NULL,		True },
    20 	{ "Gimp",			NULL,		True,		-1 },
    21 	{ "MPlayer",			NULL,		True },
    21 	{ "MPlayer",			NULL,		True,		-1 },
    22 	{ "Acroread",			NULL,		True },
    22 	{ "Acroread",			NULL,		True,		-1 },
    23 };
    23 };
    24 
    24 
    25 /* layout(s) */
    25 /* layout(s) */
    26 #define MWFACT			0.6	/* master width factor [0.1 .. 0.9] */
    26 #define MWFACT			0.6	/* master width factor [0.1 .. 0.9] */
    27 #define RESIZEHINTS		True	/* False - respect size hints in tiled resizals */
    27 #define RESIZEHINTS		True	/* False - respect size hints in tiled resizals */