commit dd16074db5f4e7db636cfb25cf6e17190841aa3d
parent 89ae5ff8d0ca61fdf88f35314eb31d034be5f5ff
Author: grouse <bdmfegys@duck.com>
Date: Mon, 27 Nov 2023 16:25:33 -0500
changed monitor rules to monitor 0
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -67,12 +67,12 @@ static const Rule rules[] = {
{ NULL, "Toolkit", NULL, 0, 1, -1 }, // firefox floating media player floating rule
{ "steamwebhelper","steamwebhelper",NULL,0, 1, -1 }, // just to make the steam menus float
/* all rules below this start on the second monitor */
- { "VencordDesktop", "vencorddesktop", NULL, 1 << 2, 0, 1 }, // starts discord on the discord icon tag
- { "Cider", "cider", NULL, 1 << 3, 0, 1 }, // starts cider on the music tag
- { "VSCodium","vscodium", NULL, 1 << 1, 0, 1 }, // starts vscodium by default on the cli/code tag
- { "tutanota-desktop","tutanota-desktop",NULL,1 << 4,0, 1 }, // starts tutanota-desktop on the mail tag
- { "Element", "element", NULL, 1 << 5, 0, 1 }, // starts element on the chat tag
- { "Signal", "signal", NULL, 1 << 5, 0, 1 }, // starts element on the chat tag
+ { "VencordDesktop", "vencorddesktop", NULL, 1 << 2, 0, 0 }, // starts discord on the discord icon tag
+ { "Cider", "cider", NULL, 1 << 3, 0, 0 }, // starts cider on the music tag
+ { "VSCodium","vscodium", NULL, 1 << 1, 0, 0 }, // starts vscodium by default on the cli/code tag
+ { "tutanota-desktop","tutanota-desktop",NULL,1 << 4,0, 0 }, // starts tutanota-desktop on the mail tag
+ { "Element", "element", NULL, 1 << 5, 0, 0 }, // starts element on the chat tag
+ { "Signal", "signal", NULL, 1 << 5, 0, 0 }, // starts element on the chat tag
};
/* layout(s) */