diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2022-04-03 00:14:08 -0500 |
---|---|---|
committer | Devin J. Pohly <djpohly@gmail.com> | 2022-04-03 00:14:08 -0500 |
commit | 437aea866268779e9599c584d5c5ab25ae682840 (patch) | |
tree | 6ac0419b99ba6a49b3b60937657f8fbb417ef28b | |
parent | 6901743b0c334079ddc185af4f6844c336631d84 (diff) |
It's past my bedtime.
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 7eb80b5..190b0da 100644 --- a/config.def.h +++ b/config.def.h @@ -27,7 +27,7 @@ static const Layout layouts[] = { /* monitors */ static const MonitorRule monrules[] = { - /* name mfact nmaster scale layout rotate/reflect x y */ + /* name mfact nmaster scale layout rotate/reflect */ /* example of a HiDPI laptop monitor: { "eDP-1", 0.5, 1, 2, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL }, */ |