aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorgan-of-culture <53971163+gan-of-culture@users.noreply.github.com>2023-02-25 22:59:23 +0100
committerGitHub <noreply@github.com>2023-02-25 15:59:23 -0600
commite4921fad28081f36fa0daa61b4bef7022a21b340 (patch)
treec92ba1007595de4fb609115f05cf6aa587190463 /config.def.h
parentc69a2bec3ff417fbc4ea8fec0a49096773e01e7d (diff)
add missing comma in "MonitorRule"
add a missing comma for the example
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 419e6ef..a1a6795 100644
--- a/config.def.h
+++ b/config.def.h
@@ -31,7 +31,7 @@ static const Layout layouts[] = {
static const MonitorRule monrules[] = {
/* name mfact nmaster scale layout rotate/reflect x y */
/* example of a HiDPI laptop monitor:
- { "eDP-1", 0.5, 1, 2, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL -1, -1 },
+ { "eDP-1", 0.5, 1, 2, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, -1, -1 },
*/
/* defaults */
{ NULL, 0.55, 1, 1, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, -1, -1 },