diff options
author | Alex Berowski <> | 2022-07-24 21:53:42 -0500 |
---|---|---|
committer | Alex Berowski <> | 2022-07-24 21:53:42 -0500 |
commit | 9031717c98a9e1a6c5713959f6eb8c37a8288e08 (patch) | |
tree | 054739ccbffeaa2c33e2ef41b74bfb2bd02823d8 | |
parent | 1455fedf563eac284eab2adabdc369b9a72774e4 (diff) |
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "mono:pixelsize=18:antialias=true:autohint=true"; static char *font2[] = { "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" }; static int borderpx = 2; |