birdwm

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

commit 08de76c06490ad9ce09fba0e55eb30f1cd4ba435
parent ab66141feea2da766ace6e7a95c72593a228b725
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Wed, 27 Mar 2024 19:24:42 -0400

switch ALTMONNUM variable definition to const int instead of #define in config.def.h

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

diff --git a/config.def.h b/config.def.h @@ -57,7 +57,7 @@ static const unsigned int alphas[][3] = { [SchemeSel] = { OPAQUE, baralpha, borderalpha }, }; -#define ALTMONNUM 1 +const int ALTMONNUM = 1; /* tagging */ static const char *tags[] = { "󰣇", "", "", "", "󰙯", "", }; static const Rule rules[] = {