diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2022-04-03 00:13:11 -0500 |
---|---|---|
committer | Devin J. Pohly <djpohly@gmail.com> | 2022-04-03 00:13:11 -0500 |
commit | 6901743b0c334079ddc185af4f6844c336631d84 (patch) | |
tree | b36b6a0aaf496ae1d21c6c09a4c56562e79aab26 /config.def.h | |
parent | 720f56161e5401afc1526d1ebfb977b191ca10f5 (diff) |
Remove removed fields from struct instances
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 7e61695..7eb80b5 100644 --- a/config.def.h +++ b/config.def.h @@ -29,10 +29,10 @@ 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, 0, 0 }, + { "eDP-1", 0.5, 1, 2, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL }, */ /* defaults */ - { NULL, 0.55, 1, 1, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, 0, 0 }, + { NULL, 0.55, 1, 1, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL }, }; /* keyboard */ |