summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/config.def.h b/config.def.h
index f011ad1..752bbbd 100644
--- a/config.def.h
+++ b/config.def.h
@@ -62,19 +62,10 @@ static const Layout layouts[] = {
/* symbol arrange function */
{ "[]=", tile }, /* first entry is default */
{ "[M]", monocle },
- { "[@]", spiral },
- { "[\\]", dwindle },
- { "H[]", deck },
- { "TTT", bstack },
{ "===", bstackhoriz },
- { "HHH", grid },
- { "###", nrowgrid },
- { "---", horizgrid },
- { ":::", gaplessgrid },
{ "|M|", centeredmaster },
- { ">M>", centeredfloatingmaster },
- { "><>", NULL }, /* no layout function means floating behavior */
{ "[][]=", tilewide },
+ { "><>", NULL }, /* no layout function means floating behavior */
{ NULL, NULL },
};