config.def.h
changeset 1011 92c19c929a59
parent 1009 00d2fc91a2c7
child 1012 0d87d4a36b26
equal deleted inserted replaced
1010:adfa9f41eedd 1011:92c19c929a59
     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		"#333"
     7 #define NORMBORDERCOLOR		"#cccccc"
     8 #define NORMBGCOLOR		"#000"
     8 #define NORMBGCOLOR		"#ffffff"
     9 #define NORMFGCOLOR		"#ccc"
     9 #define NORMFGCOLOR		"#000000"
    10 #define SELBORDERCOLOR		"#f00"
    10 #define SELBORDERCOLOR		"#ff0000"
    11 #define SELBGCOLOR		"#00f"
    11 #define SELBGCOLOR		"#0000ff"
    12 #define SELFGCOLOR		"#fff"
    12 #define SELFGCOLOR		"#ffffff"
    13 
    13 
    14 /* tagging */
    14 /* tagging */
    15 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", "www", NULL };
    16 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",			"www",		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 #define ISTILE			isarrange(tile)
    25 #define ISTILE			isarrange(tile) /* || isarrange(<custom>) */
    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 */
    28 #define SNAP			32	/* snap pixel */
    28 #define SNAP			32	/* snap pixel */
    29 Layout layouts[] = {
    29 Layout layouts[] = {
    30 	/* symbol		function */
    30 	/* symbol		function */