aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-04-23 23:44:24 -0500
committerDevin J. Pohly <djpohly@gmail.com>2020-04-23 23:44:54 -0500
commitee2b3af1cacce8052e03a778316d06a8733ec5b9 (patch)
treec7fd0d989ed31c8d570095e2bb8b11c449ff60ea /config.def.h
parent47bbdc6034d934dcbe857edbc8495e979b3807c9 (diff)
configure monitor rotation/reflection
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index 38fd2b6..57cc6de 100644
--- a/config.def.h
+++ b/config.def.h
@@ -15,12 +15,12 @@ static const Layout layouts[] = {
/* monitors */
static const MonitorRule monrules[] = {
- /* name mfact nmaster scale layout */
+ /* name mfact nmaster scale layout rotate/reflect */
/* example of a HiDPI laptop monitor:
- { "eDP-1", 0.5, 1, 2, &layouts[0] },
+ { "eDP-1", 0.5, 1, 2, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL },
*/
/* defaults */
- { NULL, 0.55, 1, 1, &layouts[0] },
+ { NULL, 0.55, 1, 1, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL },
};
/* keyboard */