From 2d016a0e9326d81f4758b4450a12b9d78ac223a1 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Wed, 10 Feb 2021 20:40:58 +0000 Subject: [PATCH] Changes font size as a result of changing DPI --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 42f226e..cf227dc 100644 --- a/config.def.h +++ b/config.def.h @@ -1,7 +1,7 @@ static const Bool wmborder = True; -static int fontsize = 16; +static int fontsize = 8; static const char *fonts[] = { - "Iosevka Nerd Font:size=18" + "Iosevka Nerd Font:size=9" }; static const char *colors[SchemeLast][2] = { /* fg bg */