aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-05-05 14:16:53 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-05-05 14:16:53 +0530
commit2ff92ffad11cad902dad037c24780e0dbf451551 (patch)
treeecdf0fd545460949085a1b9b10923a3eaf08e9e7 /config.def.h
parentc17629aaa71380618c356e8083c7b38a756948d8 (diff)
Revert "monfig patch"
This reverts commit 18e363b5bb655859660eb6177fadc67192914f61.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/config.def.h b/config.def.h
index 210bbc9..8aa7d91 100644
--- a/config.def.h
+++ b/config.def.h
@@ -50,15 +50,12 @@ 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*/
- /* example of a HiDPI laptop monitor at 120Hz:
- { "eDP-1", 0.5f, 1, 2, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, 0, 0, 0, 0, 120.000f, 1, 1},
+ /* name mfact nmaster scale layout rotate/reflect x y */
+ /* example of a HiDPI laptop monitor:
+ { "eDP-1", 0.5f, 1, 2, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, -1, -1 },
*/
/* defaults */
- { NULL, 0.55f, 1, 1, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, 0, 0, 0, 0, 0.0f, 0 ,1},
- // mode let's the user decide on how dwl should implement the modes:
- // -1 Sets a custom mode following the users choice
- // All other number's set the mode at the index n, 0 is the standard mode; see wlr-randr
+ { NULL, 0.55f, 1, 1, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, -1, -1 },
};
/* keyboard */