JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
returning to old Key struct
[dwm.git] / config.arg.h
index e6ea4ea..ee63eb1 100644 (file)
@@ -17,13 +17,13 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL };
 #define STATUSBGCOLOR          "#222222"
 #define STATUSFGCOLOR          "#99ccff"
 
-#define MASTER                 600 /* per thousand */
+#define MASTER                 600             /* per thousand */
 #define MODKEY                 Mod1Mask
-#define SNAP                   40 /* pixel */
+#define SNAP                   40              /* pixel */
 
 #define KEYS \
 static Key key[] = { \
-       /* modifier                     key             function        arguments */ \
+       /* modifier                     key             function                argument */ \
        { MODKEY|ShiftMask,             XK_Return,      spawn, \
                { .cmd = "exec urxvtc -tr -bg black -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
        { MODKEY,                       XK_p,           spawn, \