From f13e89d17ff779123bdec974c685bf60f983370a Mon Sep 17 00:00:00 2001 From: pants Date: Fri, 19 Dec 2025 14:28:17 -0800 Subject: [PATCH] change font again --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 87b936a..5e36af5 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,7 @@ static const unsigned int borderpx = 5; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 0; /* 0 means bottom bar */ -static const char *fonts[] = { "CascadiaCode:size=13" }; +static const char *fonts[] = { "CascadiaMono:size=13" }; //static const char dmenufont[] = "monospace:size=10"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444";