commit 77311a7220db641fdc1ef921ab451179a62ec50a
parent 05757c6fc53c640686b24368ef02a959e4242411
Author: grouse <bdmfegys@duck.com>
Date: Wed, 29 Nov 2023 17:55:07 -0500
rearranged tag icons
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -48,7 +48,7 @@ static const unsigned int alphas[][3] = {
};
/* tagging */
-static const char *tags[] = { "", "", "", "", "", "",};
+static const char *tags[] = { "", "", "", "", "", "", };
static const Rule rules[] = {
/* xprop(1):
* WM_CLASS(STRING) = instance, class
@@ -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, 0 }, // starts discord on the discord icon tag
+ { "VencordDesktop", "vencorddesktop", NULL, 1 << 4, 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
+ { "tutanota-desktop","tutanota-desktop",NULL,1 << 5,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
+ { "Signal", "signal", NULL, 1 << 2, 0, 0 }, // starts element on the chat tag
};
/* layout(s) */