config.arg.h
changeset 980 9a322081bea2
parent 979 1f295ac327ef
child 981 c95449dc2730
equal deleted inserted replaced
979:1f295ac327ef 980:9a322081bea2
    29 static Layout layouts[] = { \
    29 static Layout layouts[] = { \
    30 	/* symbol		function */ \
    30 	/* symbol		function */ \
    31 	{ "[]=",		tile }, /* first entry is default */ \
    31 	{ "[]=",		tile }, /* first entry is default */ \
    32 	{ "><>",		floating }, \
    32 	{ "><>",		floating }, \
    33 };
    33 };
    34 #define RESIZEHINTS		False	/* True - respect size hints in tiled resizals */
    34 #define RESIZEHINTS		True	/* False - respect size hints in tiled resizals */
    35 #define MWFACT			0.6	/* master width factor [0.1 .. 0.9] */
    35 #define MWFACT			0.6	/* master width factor [0.1 .. 0.9] */
    36 #define SNAP			32	/* snap pixel */
    36 #define SNAP			32	/* snap pixel */
    37 
    37 
    38 /* key definitions */
    38 /* key definitions */
    39 #define MODKEY			Mod1Mask
    39 #define MODKEY			Mod1Mask