config.arg.h
changeset 833 5dbe50521b57
parent 832 a634bea99a51
child 837 123231b9eb87
equal deleted inserted replaced
832:a634bea99a51 833:5dbe50521b57
    30 static Layout layout[] = { \
    30 static Layout layout[] = { \
    31 	/* symbol		function */ \
    31 	/* symbol		function */ \
    32 	{ "[]=",		tile }, /* first entry is default */ \
    32 	{ "[]=",		tile }, /* first entry is default */ \
    33 	{ "><>",		untile }, \
    33 	{ "><>",		untile }, \
    34 };
    34 };
    35 #define MASTERWIDTH		640		/* master width per thousand */
    35 #define MASTERWIDTH		600		/* master width per thousand */
    36 #define NMASTER			1		/* clients in master area */
    36 #define NMASTER			1		/* clients in master area */
    37 #define SNAP			40		/* untiled snap pixel */
    37 #define SNAP			32		/* snap pixel */
    38 
    38 
    39 /* key definitions */
    39 /* key definitions */
    40 #define MODKEY			Mod1Mask
    40 #define MODKEY			Mod1Mask
    41 #define KEYS \
    41 #define KEYS \
    42 static Key key[] = { \
    42 static Key key[] = { \