aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h6
1 files 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 <X11/XF86keysym.h>
-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";