summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2022-08-28 00:03:15 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2022-08-28 00:03:15 +0300
commitb132186053adc6f99f931c05bf1afbf744b8d13d (patch)
treebf8dfd5142eaad8981965837faf3350de7b6c216 /config.def.h
parent361dc864a5dc325ad9dbf7ebbb37d5ee68ff1fba (diff)
change layout order
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
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 },
};