From e643a5df058a33997f65643386055ef716ccb19b Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 8 Jan 2025 07:01:16 +0900 Subject: modified dwm/config.h, modified st/config.h, modified st/x.c --- dwm/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm/config.h') diff --git a/dwm/config.h b/dwm/config.h index 91d88d7..9d38bf8 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -30,7 +30,7 @@ static const int ulineall = 0; /* 1 to show underline on all tags, static char *fonts[] = { "monospace:size=10", - "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" }; + "NotoColorEmoji:pixelsize=8:antialias=true:autohint=true" }; static char normbgcolor[] = "#222222"; static char normbordercolor[] = "#444444"; static char normfgcolor[] = "#bbbbbb"; -- cgit v1.2.3