config.arg.h
changeset 555 c0a0245b9815
parent 551 798b906378d6
child 559 a2c465098a3b
equal deleted inserted replaced
554:1734939bceba 555:c0a0245b9815
    17 #define STATUSBGCOLOR		"#222222"
    17 #define STATUSBGCOLOR		"#222222"
    18 #define STATUSFGCOLOR		"#9999cc"
    18 #define STATUSFGCOLOR		"#9999cc"
    19 
    19 
    20 #define MASTER			600 /* per thousand */
    20 #define MASTER			600 /* per thousand */
    21 #define MODKEY			Mod1Mask
    21 #define MODKEY			Mod1Mask
    22 #define SNAP			20 /* pixel */
    22 #define SNAP			40 /* pixel */
    23 
    23 
    24 #define KEYS \
    24 #define KEYS \
    25 static Key key[] = { \
    25 static Key key[] = { \
    26 	/* modifier			key		function	arguments */ \
    26 	/* modifier			key		function	arguments */ \
    27 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
    27 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \