diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -56,8 +56,8 @@ static const int refreshrate = 120; /* refresh rate (per second) for client mov static const Layout layouts[] = { /* symbol arrange function */ - { "[]=", tile }, - { "[M]", monocle }, + { "t", tile }, + { "m", monocle }, /* { "><>", NULL }, no layout function means floating behavior */ }; |
