birdwm

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

commit 1b50ceb2e6aafe771bdcdf059579028109937aa8
parent f721d1a72793b2db9655a6331b549f0bdfa15c9b
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Sun, 21 Apr 2024 21:01:57 -0400

config.def.h: revert font size to 18

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

diff --git a/config.def.h b/config.def.h @@ -12,8 +12,8 @@ static const unsigned int systraypinning = 0; /* 0: sloppy systray follows sel static const unsigned int systrayspacing = 2; /* systray spacing */ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display systray on the first monitor, False: display systray on the last monitor */ static const int showsystray = 1; /* 0 means no systray */ -static const char *fonts[] = { "NotoSansMono:pixelsize=24" }; -static const char dmenufont[] = "NotoSansMono:pixelsize=24"; +static const char *fonts[] = { "NotoSansMono:pixelsize=18" }; +static const char dmenufont[] = "NotoSansMono:pixelsize=18"; static const unsigned int baralpha = 0xff; static const unsigned int borderalpha = OPAQUE; static const unsigned int ALTMONNUM = 1; /* number of the alt/secondary monitor */