summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2022-03-30 23:02:23 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2022-03-30 23:02:23 -0400
commit1ac60c85fe6bfc07262de840ab4c5a4ec1bd18f4 (patch)
treec091d5cc0cd601456ec402c9388647fda27d5b57
parentdaef611d8f73a58c97e4bf39bf2b250eec81b029 (diff)
Fix monitor layout priority
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 609d3d3..be64671 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 int lpm[] = {
/* Index of preferred layout], if LENGTH(lpm)<#monitors -> default layout */
- 4, 0
+ 0, 4
};
static const Layout layouts[] = {