diff options
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 705474b..9078b98 100644 --- a/config.def.h +++ b/config.def.h @@ -53,9 +53,9 @@ static const Layout layouts[] = { { "[]^", bstack }, { "[0]", monocle }, { "=[]=", centeredmaster }, - { "[][", deck }, { "[]@", spiral }, { "[]\\", dwindle }, + { "[][", deck }, { "><>", NULL }, /* no layout function means floating behavior */ { NULL, NULL }, }; |