Browse Source

changed config.def.h

master
Anselm R Garbe 17 years ago
parent
commit
247ba66c08
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      config.def.h

+ 2
- 2
config.def.h View File

@ -56,8 +56,8 @@ Rule rules[] = {
Layout layouts[] = { Layout layouts[] = {
/* symbol function isfloating */ /* symbol function isfloating */
{ "[]|", tileh, False }, /* first entry is default */
{ "[]=", tilev, False },
{ "[]=", tilev, False }, /* first entry is default */
{ "[]|", tileh, False },
{ "><>", floating, True }, { "><>", floating, True },
{ "[M]", monocle, True }, { "[M]", monocle, True },
}; };


Loading…
Cancel
Save