summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsxv478 <vt0451@yandex.ru>2022-07-18 11:07:17 +0300
committertsxv478 <vt0451@yandex.ru>2022-07-18 11:07:17 +0300
commita40072e3c43ba71f78b6915d7ea10d5684d0fc27 (patch)
treeae87461c368a665210ac12b0d275d50b7e4c2595
parenta04c3fa53982ab3c341817a37e1410900a858a48 (diff)
change layout order
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 2a7c64f..01866a0 100644
--- a/config.h
+++ b/config.h
@@ -48,8 +48,8 @@ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen win
static const Layout layouts[] = {
/* symbol arrange function */
{ "[]=", tile }, /* first entry is default */
- { "[0]", monocle },
{ "[]^", bstack },
+ { "[0]", monocle },
{ "=[]=", centeredmaster },
{ "[][", deck },
{ "[]@", spiral },