From 600884770c361667f13f7e101a623fa13393e887 Mon Sep 17 00:00:00 2001 From: Tobias Eidelpes Date: Mon, 21 Oct 2024 21:13:03 +0200 Subject: [PATCH] Change emoji font size from 18px to 14px --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index f823c8c..676c5e1 100644 --- a/config.h +++ b/config.h @@ -11,8 +11,8 @@ static const int swallowfloating = 0; /* 1 means swallow floating wind static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "Iosevka Extended:size=18", "JoyPixels:size=18:antialias=true:autohint=true" }; -static char dmenufont[] = "Iosevka Extended:size=18"; +static const char *fonts[] = { "Iosevka Extended:size=14", "JoyPixels:size=14:antialias=true:autohint=true" }; +static char dmenufont[] = "Iosevka Extended:size=14"; static char normbgcolor[] = "#222222"; static char normbordercolor[] = "#444444"; static char normfgcolor[] = "#bbbbbb";