commit 5812b3c75140a1be08729b1b889b8beaa22fcb56 parent a3d11593d5b740ec0015c6dba9a2aa1b5380dcf7 Author: q <qwolkensperg@gmail.com> Date: Fri, 26 Jun 2020 22:27:55 -0400 hell yeah 9 Diffstat:
M | config.h | | | 5 | +---- |
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/config.h b/config.h @@ -7,10 +7,7 @@ */ static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; /* Spare fonts */ -static char *font2[] = { -/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ -/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */ -}; +static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; static int borderpx = 2;