From 150a0b717000bc59e3d7c626b2065d0a47a83255 Mon Sep 17 00:00:00 2001 From: Ivan Polyakov Date: Fri, 7 Jan 2022 20:05:33 +0300 Subject: [PATCH] my patch with increasing font size --- patches/vilor-config.diff | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 patches/vilor-config.diff diff --git a/patches/vilor-config.diff b/patches/vilor-config.diff new file mode 100644 index 0000000..13bd689 --- /dev/null +++ b/patches/vilor-config.diff @@ -0,0 +1,11 @@ +--- a/config.def.h 2022-01-07 19:49:00.328773990 +0300 ++++ b/config.def.h 2022-01-07 19:50:18.516334300 +0300 +@@ -5,7 +5,7 @@ + * + * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html + */ +-static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; ++static char *font = "Liberation Mono:pixelsize=20:antialias=true:autohint=true"; + static int borderpx = 2; + + /*