diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -40,11 +40,14 @@ static const int nmaster = 1; /* number of clients in master area */ static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ +#include "fibonacci.c" static const Layout layouts[] = { /* symbol arrange function */ { "[]=", tile }, /* first entry is default */ - { "><>", NULL }, /* no layout function means floating behavior */ { "[M]", monocle }, + { "[@]", spiral }, + { "[\\]", dwindle }, + { "><>", NULL }, /* no layout function means floating behavior */ }; /* key definitions */ |
