commit 74753f633dd54a6d1a3cdc30373a0707eec4260e
parent 8aa4a0172ddaf4cd14e10ff073d5cbff3773901e
Author: grouse <bdmfegys@duck.com>
Date: Sun, 5 Nov 2023 20:30:32 -0500
fixed vencord tag and made non-floating by default
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -62,7 +62,7 @@ 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>>3, 1, 1 },
+ { "VencordDesktop", "vencorddesktop", NULL, 1<<3, 0, 1 },
};
/* layout(s) */