config.arg.h
changeset 551 798b906378d6
parent 547 de3fd5271408
child 555 c0a0245b9815
equal deleted inserted replaced
550:787f6ae02f29 551:798b906378d6
    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 
    23 
    23 #define KEYS \
    24 #define KEYS \
    24 static Key key[] = { \
    25 static Key key[] = { \
    25 	/* modifier			key		function	arguments */ \
    26 	/* modifier			key		function	arguments */ \
    26 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
    27 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \