From 52801d57433f8d8057e28b96326d1035e82ef1fa Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Wed, 7 Dec 2022 18:18:47 +0100 Subject: changed font --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index df9eec5..4613af6 100644 --- a/config.h +++ b/config.h @@ -5,6 +5,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { "monospace:size=10" + "JoyPixels:size=10:antialias=true:autohint=true" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { -- cgit v1.2.3