summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 },