summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2022-07-18 11:07:17 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2022-07-18 11:07:17 +0300
commit77ac39b3baa418eb9e621bf43a3e287a9f270c70 (patch)
treeae87461c368a665210ac12b0d275d50b7e4c2595
parentd4dae13de7e2c615699d2b86614aea18c7fec76e (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 },