birdwm

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

commit 9d65a4985c5099601044e676638b9666388a0a9f
parent d18580d1cbaaa41294bf0430defb7c8e6fa1cff0
Author: grouse <bdmfegys@duck.com>
Date:   Sun,  5 Nov 2023 20:59:17 -0500

switched music and discord tags, added cider apple music client window rules

Diffstat:
Mconfig.def.h | 5+++--
1 file changed, 3 insertions(+), 2 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 @@ -64,7 +64,8 @@ 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, 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 }; /* layout(s) */