config.def.h
changeset 1158 7c40610de8df
parent 1153 14be7ab52d28
child 1159 34c88d74dff0
equal deleted inserted replaced
1157:5fb97aa00e2f 1158:7c40610de8df
    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		tags ref	isfloating */
    17 	/* class	instance	title		tags ref	isfloating */
    18 	{ NULL,		NULL,		"Firefox",	tags[8],	False },
    18 	{ "Gimp",	NULL,		NULL,		NULL,		True },
    19 	{ NULL,		NULL,		"Gimp",		NULL,		True },
       
    20 	{ NULL,		NULL,		"MPlayer",	NULL,		True },
       
    21 	{ NULL,		NULL,		"Acroread",	NULL,		True },
       
    22 };
    19 };
    23 
    20 
    24 /* geometries, s{x,y,w,h} and bh are already initualized here */
    21 /* geometries, s{x,y,w,h} and bh are already initualized here */
    25 /*   func name  bx  by  bw  wx  wy  ww     wh  mx  my       mw  mh     tx  ty     tw  th  mox moy mow moh */
    22 /*   func name  bx  by  bw  wx  wy  ww     wh  mx  my       mw  mh     tx  ty     tw  th  mox moy mow moh */
    26 DEFGEOM(single,  0,  0, sw,  0, bh, sw, sh-bh, wx, wy, 0.55*sw, wh, mx+mw, wy, ww-mw, wh,  wx, wy, ww, wh)
    23 DEFGEOM(single,  0,  0, sw,  0, bh, sw, sh-bh, wx, wy, 0.55*sw, wh, mx+mw, wy, ww-mw, wh,  wx, wy, ww, wh)