config.anselm.h
changeset 1137 765a81b08cb0
parent 1136 19de7b521826
child 1138 b18a2c807f67
equal deleted inserted replaced
1136:19de7b521826 1137:765a81b08cb0
    25 #define RESIZEHINTS		True	/* False - respect size hints in tiled resizals */
    25 #define RESIZEHINTS		True	/* False - respect size hints in tiled resizals */
    26 #define SNAP			32	/* snap pixel */
    26 #define SNAP			32	/* snap pixel */
    27 
    27 
    28 Layout layouts[] = {
    28 Layout layouts[] = {
    29 	/* symbol		function	isfloating */
    29 	/* symbol		function	isfloating */
    30 	{ "[]=",		tilev,		False }, /* first entry is default */
    30 	{ "[]|",		tileh,		False }, /* first entry is default */
    31 	{ "[]|",		tileh,		False },
    31 	{ "[]=",		tilev,		False },
    32 	{ "><>",		floating,	True },
    32 	{ "><>",		floating,	True },
    33 	{ "[M]",		monocle,	True },
    33 	{ "[M]",		monocle,	True },
    34 };
    34 };
    35 
    35 
    36 void
    36 void