aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2020-12-21 11:21:59 +0100
committerGuido Cella <guido@guidocella.xyz>2020-12-21 11:22:04 +0100
commit33e8a3f1f3382322180c6b80bc48cb2ab4965bcf (patch)
tree80b210b3bb07e6e1688d6199b20be601a61f7020 /config.def.h
parent5668c616161d451e6f20be29b31bbf03f0f398a5 (diff)
update comments and remove debugging printf
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index 8d76be4..4ab746b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -24,7 +24,9 @@ static const Layout layouts[] = {
{ "[M]", monocle },
};
-/* monitors */
+/* monitors
+ * The order in which monitors are defined determines their position.
+ * Non-configured monitors are always added to the left. */
static const MonitorRule monrules[] = {
/* name mfact nmaster scale layout rotate/reflect */
/* example of a HiDPI laptop monitor:
@@ -32,9 +34,6 @@ static const MonitorRule monrules[] = {
*/
/* defaults */
{ NULL, 0.55, 1, 1, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL },
- /* with the outputOder patch, the order in which every monitor is defined
- * defines its actual position. Non configured monitor, are always added to
- * the left */
};
/* keyboard */