birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d18580d1cbaaa41294bf0430defb7c8e6fa1cff0
parent 74753f633dd54a6d1a3cdc30373a0707eec4260e
Author: grouse <bdmfegys@duck.com>
Date:   Sun,  5 Nov 2023 20:43:55 -0500

added some comments to window rules, and fixed discord on tag 4

Diffstat:
Mconfig.def.h | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -55,14 +55,16 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, // gimp menu floating rule +/* scratchpad floating 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 { "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 - { "VencordDesktop", "vencorddesktop", NULL, 1<<3, 0, 1 }, + { "VencordDesktop", "vencorddesktop", NULL, 1 << 3, 0, 1 }, // starts discord on the discord icon tag }; /* layout(s) */