commit 80ec9beadfa8ea1cef71757bad541be0a46230a4
parent 9d65a4985c5099601044e676638b9666388a0a9f
Author: grouse <bdmfegys@duck.com>
Date: Mon, 6 Nov 2023 17:32:04 -0500
added vscodium to always start on code tag
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -64,8 +64,9 @@ static const Rule rules[] = {
{ "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
- { "VencordDesktop", "vencorddesktop", NULL, 1 << 2, 0, 1 }, // starts discord on the discord icon tag
+ { "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
};
/* layout(s) */