removed useless comment - dwm - dynamic window manager HTML git clone https://git.parazyd.org/dwm DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit a6d23fb61c26126685ed8e19a7cb94189bbbd566 DIR parent bf76cefe47749f784d4ee3b7b71c1c86460e236b HTML Author: Anselm R Garbe <garbeam@gmail.com> Date: Wed, 2 Jul 2008 11:19:02 +0100 removed useless comment Diffstat: M config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git 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 */