diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-11-25 14:31:33 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-11-25 14:31:33 +0100 |
| commit | 21dd07a4ab25709b77dc04b1e5563f7a2fa52869 (patch) | |
| tree | 21aae1b093e6089e6576908812fcc7db128cb26c /config.h | |
| parent | c5a18edd079589f400e72f5ec2962c354fe67283 (diff) | |
changed libXft library
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ */ static char *font = "Hack Nerd Font:pixelsize=14:antialias=true:autohint=true"; /* Spare fonts*/ -static char *font2[] = { "Symbola:pixelsize14:antialias=true:autohint=true" }; +static char *font2[] = { "Symbola:pixelsize10:antialias=true:autohint=true" }; static int borderpx = 2; /* |
