diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-10-16 14:41:35 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-10-16 14:41:35 -0400 |
commit | 07bfca30099be0c45999aa69e9978e33d1f72932 (patch) | |
tree | 93731bdf760751ca47d27074593911debe793e47 /config.h | |
parent | 2e89d5f5752a38e35cc4827e5736cd0b43e40bd6 (diff) |
default font larger
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "mono:pixelsize=14:antialias=true:autohint=true"; +static char *font = "mono:pixelsize=16:antialias=true:autohint=true"; static int borderpx = 2; /* |