diff options
author | Marvin Borner | 2020-03-31 19:24:14 +0200 |
---|---|---|
committer | Marvin Borner | 2020-03-31 19:24:14 +0200 |
commit | 204b319f4bff15745cbbcb616867dcd66853937f (patch) | |
tree | d76bb1d84546a945dcdac362a882dcea1e88e148 /.repos/st/config.h | |
parent | a4ee43d4ba6d62725d8481fdb95ff2af497f0f66 (diff) |
Smaller font and android bridging
Diffstat (limited to '.repos/st/config.h')
-rw-r--r-- | .repos/st/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |