JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed useless comment
[dwm.git] / config.def.h
index 8490e48..d408e70 100644 (file)
@@ -34,7 +34,7 @@ static Layout layouts[] = {
        /* symbol     arrange function */
        { "[]=",      tile },    /* first entry is default */
        { "><>",      NULL },    /* no layout function means floating behavior */
-       { "[M]",      monocle }, /* first entry is default */
+       { "[M]",      monocle },
 };
 
 /* key definitions */