diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-02-07 22:44:19 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-02-07 22:44:19 -0500 |
commit | 4c05d1cef30cee4e05698d067f5c9f5e44a1eba2 (patch) | |
tree | 0fab82bb9f252ecc7b538448a690d7e7efd66c1e /config.h | |
parent | f0b7aeeb53aab8e15f46dacfcbd03994e3be881c (diff) |
font display fixes
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "mono:pixelsize=16:antialias=true:autohint=true"; -static char *font2[] = { "Inconsolata for Powerline:pixelsize=16:antialias=true:autohint=true" }; +static char *font = "mono:pixelsize=14:antialias=true:autohint=true"; +static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; static int borderpx = 2; /* |