diff options
| -rw-r--r-- | config.def.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index d250118..5111a85 100644 --- a/config.def.h +++ b/config.def.h @@ -40,9 +40,9 @@ static const int refreshrate = 120; /* refresh rate (per second) for client mov static const Layout layouts[] = { /* symbol arrange function */ - { "[]=", tile }, /* first entry is default */ - { "><>", NULL }, /* no layout function means floating behavior */ - { "[M]", monocle }, + { "Tiled", tile }, /* first entry is default */ + { "Floating", NULL }, /* no layout function means floating behavior */ + { "Monocle", monocle }, }; /* key definitions */ |
