summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-01-26 20:36:38 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2024-01-26 20:36:38 -0500
commit6727f45b8f3425f5456b92bf449a4f9b3d5b4eda (patch)
tree2c979d7f8200d050d7fdaa10ad63d8c82e952872 /config.def.h
parenta068f40be0d17ba8a44f7cd2edb0e60d7d2453ad (diff)
Debloat list of layouts
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 },
};