aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe2008-07-02 11:19:02 +0100
committerAnselm R Garbe2008-07-02 11:19:02 +0100
commitfbb6a667a4cc7b887a801a048c21bd67e035c6ba (patch)
treeaccece43211be7b2f21ca3ae14992db1f1cfc9e8 /config.def.h
parenta4ae130cd98427b0a34605016412184cfd96f61e (diff)
downloadaur-fbb6a667a4cc7b887a801a048c21bd67e035c6ba.tar.gz
removed useless comment
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 8490e481d9f0..d408e70dab33 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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 */