commit 6111a602944cfbfca1cf6b7bf754efd20bec5c73
parent baffd242d5e8bab74cc35f056e7a6d4cc3592937
Author: grouse <bdmfegys@duck.com>
Date: Wed, 27 Dec 2023 01:48:48 -0500
fix indenting on tag rules section of config.def.h
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -72,12 +72,12 @@ static const Rule rules[] = {
{ "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 << 4, 0,ALTMONNUM }, // starts discord on the discord icon tag
- { "tutanota-desktop","tutanota-desktop",NULL,1 << 5,0,ALTMONNUM }, // starts tutanota-desktop on the mail tag
- { "Cider", "cider", NULL, 1 << 3, 0,ALTMONNUM }, // starts cider on the music tag
- { "VSCodium", "vscodium", NULL, 1 << 1, 0,ALTMONNUM }, // starts vscodium by default on the cli/code tag
- { "Element", "element", NULL, 1 << 5, 0,ALTMONNUM }, // starts element on the chat tag
- { "Signal", "signal", NULL, 1 << 2, 0,ALTMONNUM }, // starts element on the chat tag
+ { "VencordDesktop", "vencorddesktop", NULL, 1 << 4, 0, ALTMONNUM }, // starts discord on the discord icon tag
+ { "tutanota-desktop","tutanota-desktop",NULL,1 << 5,0, ALTMONNUM }, // starts tutanota-desktop on the mail tag
+ { "Cider", "cider", NULL, 1 << 3, 0, ALTMONNUM }, // starts cider on the music tag
+ { "VSCodium", "vscodium", NULL, 1 << 1, 0, ALTMONNUM }, // starts vscodium by default on the cli/code tag
+ { "Element", "element", NULL, 1 << 5, 0, ALTMONNUM }, // starts element on the chat tag
+ { "Signal", "signal", NULL, 1 << 2, 0, ALTMONNUM }, // starts element on the chat tag
};
/* layout(s) */