commit 13308d93d0edaecb6d57c4494d34f81742b4f9d1
parent d905171090d211d0a6dc1d97aaae3a1b5306d16f
Author: grouse <bdmfegys@duck.com>
Date: Mon, 13 Nov 2023 17:00:23 -0500
changed globe tag icon to mail icon, added tutanota-desktop to window rules
Diffstat:
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -47,7 +47,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
@@ -59,14 +59,16 @@ static const Rule rules[] = {
{ NULL, "spterm", NULL, SPTAG(0), 1, -1 }, // scratchpad floating rule
{ NULL, "spfm", NULL, SPTAG(1), 1, -1 }, // suckless file manager command
{ NULL, "upgrader", NULL, SPTAG(2), 1, -1 }, // upgrade script command floating
-// end of scratchpad floating rules
+/* end of scratchpad floating rules */
{ "widget", NULL, NULL, 0, 1, -1 }, // used sometimes, for using sww widgets
{ "python3", NULL, NULL, 0, 1, -1 }, // i cant remember what this is tbh
{ 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 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
};
/* layout(s) */