birdwm

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

commit 357f66bfe51ef2ca6891ca38c8d4287f5ccd9eaa
parent 74c2b23cde33d334becafc02de69b74f8247ae26
Author: grouse <bdmfegys@duck.com>
Date:   Sun, 26 Nov 2023 15:32:10 -0500

added signal to window rules list

Diffstat:
Mconfig.def.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -72,6 +72,7 @@ static const Rule rules[] = { { "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 + { "Signal", "signal", NULL, 1 << 5, 0, 1 }, // starts element on the chat tag }; /* layout(s) */