diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-05 14:16:51 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-05 14:16:51 +0530 |
| commit | 4c19435758c2c8fe94fc0dfa67cd0cad36044c84 (patch) | |
| tree | 6dc57a587c3f9e3f295784ff9f07b8c44949b30f | |
| parent | abea052039c293c2e3d6f9843b58e111a68feabf (diff) | |
Revert "set refresh rate to 60hz"
This reverts commit abea052039c293c2e3d6f9843b58e111a68feabf.
| -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 a3caf1d..6b95218 100644 --- a/config.def.h +++ b/config.def.h @@ -50,8 +50,8 @@ static const Layout layouts[] = { /* monitors */ /* NOTE: ALWAYS add a fallback rule, even if you are completely sure it won't be used */ static const MonitorRule monrules[] = { - /* name mfact nmaster scale layout rotate/reflect x y resx resy rate mode adaptive */ - { NULL, 0.55f, 1, 1, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, 0, 0, 0, 0, 60.0f, 0, 0 }, + /* name mfact nmaster scale layout rotate/reflect x y resx resy rate mode adaptive*/ + { NULL, 0.55f, 1, 1, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, 0, 0, 0, 0, 0.0f, 0 ,1}, }; /* keyboard */ |
