config.arg.h
changeset 739 7834ffd650d5
parent 710 a25294eac73a
child 758 63ad05e7f9e1
equal deleted inserted replaced
738:2ae946319c7b 739:7834ffd650d5
    20 
    20 
    21 #define MASTER			600		/* per thousand */
    21 #define MASTER			600		/* per thousand */
    22 #define MODKEY			Mod1Mask
    22 #define MODKEY			Mod1Mask
    23 #define NMASTER			1		/* clients in master area */
    23 #define NMASTER			1		/* clients in master area */
    24 #define SNAP			40		/* pixel */
    24 #define SNAP			40		/* pixel */
       
    25 #define TOPBAR			True		/* False */
    25 
    26 
    26 #define KEYS \
    27 #define KEYS \
    27 static Key key[] = { \
    28 static Key key[] = { \
    28 	/* modifier			key		function	argument */ \
    29 	/* modifier			key		function	argument */ \
    29 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
    30 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \