Browse Source

removed useless comment

master
Anselm R Garbe 16 years ago
parent
commit
a6d23fb61c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config.def.h

+ 1
- 1
config.def.h View File

@ -34,7 +34,7 @@ static Layout layouts[] = {
/* symbol arrange function */ /* symbol arrange function */
{ "[]=", tile }, /* first entry is default */ { "[]=", tile }, /* first entry is default */
{ "><>", NULL }, /* no layout function means floating behavior */ { "><>", NULL }, /* no layout function means floating behavior */
{ "[M]", monocle }, /* first entry is default */
{ "[M]", monocle },
}; };
/* key definitions */ /* key definitions */


Loading…
Cancel
Save