birdwm

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

commit 2f21c3c3dec0593ac41f672c65286a2bfa9f8ab3
parent 08de76c06490ad9ce09fba0e55eb30f1cd4ba435
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Wed, 27 Mar 2024 19:31:41 -0400

move ALTMONNUM definition near beginning with other definitions along with making the variable static, also add comments for users

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

diff --git a/config.def.h b/config.def.h @@ -16,6 +16,7 @@ static const char *fonts[] = { "Inconsolata-ExpandedBold:pixelsize=22" static const char dmenufont[] = "Inconsolata-ExpandedBold:pixelsize=22"; static const unsigned int baralpha = 0xff; static const unsigned int borderalpha = OPAQUE; +static const unsigned int ALTMONNUM = 1; /* number of the alt/secondary monitor */ static char normbgcolor[] = "#222222"; static char normbordercolor[] = "#444444"; static char normfgcolor[] = "#bbbbbb"; @@ -57,7 +58,6 @@ static const unsigned int alphas[][3] = { [SchemeSel] = { OPAQUE, baralpha, borderalpha }, }; -const int ALTMONNUM = 1; /* tagging */ static const char *tags[] = { "󰣇", "", "", "", "󰙯", "", }; static const Rule rules[] = {