birdwm

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

commit 67e134341c1d1a11aab418772af5505a3436a4fc
parent 0d56cedb34b9fa12ce46d14b5051a399469c6f86
Author: grouse <bdmfegys@duck.com>
Date:   Tue, 26 Dec 2023 13:20:32 -0500

change monitornum variable name to ALTMONNUM for future variables

Diffstat:
Mconfig.def.h | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -47,7 +47,7 @@ static const unsigned int alphas[][3] = { [SchemeSel] = { OPAQUE, baralpha, borderalpha }, }; -#define MONITORNUM 1 +#define ALTMONNUM 1 /* tagging */ static const char *tags[] = { "󰣇", "", "", "", "󰙯", "", }; static const Rule rules[] = { @@ -69,12 +69,12 @@ static const Rule rules[] = { { 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 /* all rules below this start on the second monitor */ - { "VencordDesktop", "vencorddesktop", NULL, 1 << 4, 0, MONITORNUM }, // starts discord on the discord icon tag - { "Cider", "cider", NULL, 1 << 3, 0, MONITORNUM }, // starts cider on the music tag - { "VSCodium","vscodium", NULL, 1 << 1, 0, MONITORNUM }, // starts vscodium by default on the cli/code tag - { "tutanota-desktop","tutanota-desktop",NULL,1 << 5,0, MONITORNUM }, // starts tutanota-desktop on the mail tag - { "Element", "element", NULL, 1 << 5, 0, MONITORNUM }, // starts element on the chat tag - { "Signal", "signal", NULL, 1 << 2, 0, MONITORNUM }, // starts element on the chat tag + { "VencordDesktop", "vencorddesktop", NULL, 1 << 4, 0, ALTMONNUM }, // starts discord on the discord icon tag + { "Cider", "cider", NULL, 1 << 3, 0, ALTMONNUM }, // starts cider on the music tag + { "VSCodium","vscodium", NULL, 1 << 1, 0, ALTMONNUM }, // starts vscodium by default on the cli/code tag + { "tutanota-desktop","tutanota-desktop",NULL,1 << 5,0, ALTMONNUM }, // starts tutanota-desktop on the mail tag + { "Element", "element", NULL, 1 << 5, 0, ALTMONNUM }, // starts element on the chat tag + { "Signal", "signal", NULL, 1 << 2, 0, ALTMONNUM }, // starts element on the chat tag }; /* layout(s) */