diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-07-02 11:19:02 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-07-02 11:19:02 +0100 |
commit | a6d23fb61c26126685ed8e19a7cb94189bbbd566 (patch) | |
tree | 35c5562b3c1378a6f39f359cac19ab0d3316b55f | |
parent | bf76cefe47749f784d4ee3b7b71c1c86460e236b (diff) | |
download | dwm-a6d23fb61c26126685ed8e19a7cb94189bbbd566.tar.gz |
removed useless comment
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 8490e48..d408e70 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 */ |