JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied Alex Elide's tricky patch, thanks!
[dwm.git] / config.default.h
index acacfdc..077c337 100644 (file)
@@ -17,13 +17,13 @@ const char *tags[] = { "1", "2", "3", "4", "5", NULL };
 #define STATUSBGCOLOR          "#dddddd"
 #define STATUSFGCOLOR          "#222222"
 
-#define MASTER                 600 /* per thousand */
+#define MASTER                 600             /* per thousand */
 #define MODKEY                 Mod1Mask
-#define SNAP                   20 /* pixel */
+#define SNAP                   20              /* pixel */
 
 #define KEYS \
 static Key key[] = { \
-       /* modifier                     key             function        arguments */ \
+       /* modifier                     key             function        argument */ \
        { MODKEY|ShiftMask,             XK_Return,      spawn,          { .cmd = "exec xterm" } }, \
        { MODKEY,                       XK_Tab,         focusnext,      { 0 } }, \
        { MODKEY|ShiftMask,             XK_Tab,         focusprev,      { 0 } }, \