summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorP.P.A <adolphs@moselle.moe>2023-07-09 10:05:07 +0200
committerP.P.A <adolphs@moselle.moe>2023-07-09 10:05:07 +0200
commit585922c64ca91955094036510b60aa36a0cf342d (patch)
tree631d4ace7de142970ef875776100f22ad3e483a9 /config.def.h
parent2d2378d16f0aa202b45398198349cb177fc54aa9 (diff)
leftstack
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 3f2f1c6..99a5859 100644
--- a/config.def.h
+++ b/config.def.h
@@ -50,7 +50,7 @@ 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 */
+ { "=[]", tile }, /* first entry is default */
{ "><>", NULL }, /* no layout function means floating behavior */
{ "[M]", monocle },
};