From 3dfef3ff381a15b34e58f3ba08a1dee1c6921986 Mon Sep 17 00:00:00 2001 From: davidpkj Date: Fri, 15 Dec 2023 13:41:16 +0100 Subject: Changes for smaller monitor --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index e006e61..c8db7b6 100644 --- a/config.h +++ b/config.h @@ -2,7 +2,7 @@ #include -static const int gapsize = 10; +static const int gapsize = 6; /* appearance */ static const Gap default_gap = {.isgap = 1, .realgap = gapsize, .gappx = gapsize}; @@ -25,8 +25,8 @@ enum showtab_modes { showtab_never, showtab_auto, showtab_nmodes, showtab_always static const int showtab = showtab_auto; /* Default tab bar show mode */ static const Bool toptab = True; /* False means bottom tab bar */ -static char font[] = "JetBrainsMono Nerd Font:size=19:pixelsize=24:antialias=true:autohint=true"; -static const char *fonts[] = { font, "Material Icons:size=24" }; +static char font[] = "JetBrainsMono NF:size=9:pixelsize=14:antialias=true:autohint=true"; +static const char *fonts[] = { font, "Material Icons:size=14" }; static char normbgcolor[] = "#000000"; static char normbordercolor[] = "#ffffff"; -- cgit v1.2.3