From f4f6bbbe0015facb85ab8191b19eee020edd7a9e Mon Sep 17 00:00:00 2001 From: Jakub Date: Fri, 14 Apr 2023 23:02:52 -0400 Subject: [PATCH] set font - prevent small unicode icons --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index d056db4..b37d875 100644 --- a/config.def.h +++ b/config.def.h @@ -1,6 +1,6 @@ /* See LICENSE file for copyright and license details. */ /* Default settings; can be overriden by command line. */ -static char font[] = "monospace:size=10"; +static char font[] = "Hack Nerd Font:size=10"; static const char *fonts[] = { font, "monospace:size=10",