From 204b319f4bff15745cbbcb616867dcd66853937f Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 31 Mar 2020 19:24:14 +0200 Subject: Smaller font and android bridging --- .repos/st/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.repos/st/config.h') diff --git a/.repos/st/config.h b/.repos/st/config.h index 3a8a45c..bb36f5c 100644 --- a/.repos/st/config.h +++ b/.repos/st/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Hack Nerd Font Mono:pixelsize=18:antialias=true:autohint=true"; +static char *font = "Iosevka Term:pixelsize=18:antialias=true:autohint=true"; static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; static int borderpx = 0; -- cgit v1.2.3