summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2022-03-26 16:58:00 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2022-03-26 16:58:00 -0400
commit6332f57e82c840988ccbe6cd9e9713c26a61b149 (patch)
treee21dc36462d8558912272c2ee4a65fe51ffdf703
parent4234dd6e7c32966d2aae39f4e20ae3c0c9c8be9e (diff)
Secondary display uses Monocle layout
Secondary display are often projectors when it comes to laptops. This save a step and shows one thing at a time (aka, a presentation).
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index bbe1d39..4e15ad0 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 */
- 0, 4
+ 0, 2
};
static const Layout layouts[] = {