config.def.h
changeset 1147 def76530f636
parent 1135 a3be6b8a792d
child 1148 d49ff154375f
equal deleted inserted replaced
1146:29b0911adab8 1147:def76530f636
    12 
    12 
    13 /* tagging */
    13 /* tagging */
    14 const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    14 const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    15 
    15 
    16 Rule rules[] = {
    16 Rule rules[] = {
    17 	/* class:instance:title substr	tags ref	isfloating */
    17 	/* class	instance	title		tags ref	isfloating */
    18 	{ "Firefox",			tags[8],	False },
    18 	{ NULL,		NULL,		"Firefox",	tags[8],	False },
    19 	{ "Gimp",			NULL,		True },
    19 	{ NULL,		NULL,		"Gimp",		NULL,		True },
    20 	{ "MPlayer",			NULL,		True },
    20 	{ NULL,		NULL,		"MPlayer",	NULL,		True },
    21 	{ "Acroread",			NULL,		True },
    21 	{ NULL,		NULL,		"Acroread",	NULL,		True },
    22 };
    22 };
       
    23 
       
    24 /* geometry function */
       
    25 void (*setgeoms)(void) = setdefgeoms;
    23 
    26 
    24 /* layout(s) */
    27 /* layout(s) */
    25 #define RESIZEHINTS		True	/* False - respect size hints in tiled resizals */
    28 #define RESIZEHINTS		True	/* False - respect size hints in tiled resizals */
    26 #define SNAP			32	/* snap pixel */
    29 #define SNAP			32	/* snap pixel */
    27 
    30