birdwm

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

commit b84ef960e17f6226581655f06337723f3b4df161
parent a04b8c1eadfd48ceac1e01e3d08fadead1833020
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Sun, 21 Apr 2024 20:57:51 -0400

config.def.h: switch font to NotoSansMono, size 24

Diffstat:
Mconfig.def.h | 6+++---
1 file changed, 3 insertions(+), 3 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-Bold:pixelsize=16" }; -static const char dmenufont[] = "NotoSansMono-Bold:pixelsize=16"; +static const char *fonts[] = { "NotoSansMono:pixelsize=24" }; +static const char dmenufont[] = "NotoSansMono:pixelsize=24"; static const unsigned int baralpha = 0xff; static const unsigned int borderalpha = OPAQUE; static const unsigned int ALTMONNUM = 1; /* number of the alt/secondary monitor */ @@ -102,7 +102,7 @@ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen win static const Layout layouts[] = { /* symbol arrange function */ - { "[]=", tile }, /* first entry is default */ + { "\uf356", tile }, /* first entry is default */ { "><>", NULL }, /* no layout function means floating behavior */ { "[M]", monocle }, };