summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsxv478 <vt0451@yandex.ru>2022-08-28 00:03:15 +0300
committertsxv478 <vt0451@yandex.ru>2022-08-28 00:03:15 +0300
commit454a54cfde46aaccbc497993d77719e10b2c334f (patch)
treebf8dfd5142eaad8981965837faf3350de7b6c216
parent2fdf82ad1bc7e0a4d2dfb2f78a9d6243f11311b3 (diff)
change layout order
-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 },
};