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";