birdwm

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

commit b2ab4d7b76476de0713d558afdbc88d7842c6743
parent 5c242362e1e456a2b425951ceba69c627c24161b
Author: grouse <bdmfegys@duck.com>
Date:   Fri, 17 Nov 2023 17:26:59 -0500

created new tag for alternative chat, along with element autostarting on it

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

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 @@ -70,6 +70,7 @@ static const Rule rules[] = { { "Cider", "cider", NULL, 1 << 3, 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 + { "Element", "element", NULL, 1 << 5, 0, 1 }, // starts element on the chat tag }; /* layout(s) */