diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2021-06-14 20:30:32 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2021-06-14 20:30:32 +0400 |
| commit | cbb4606edfaf526c89e5574662272e7b0bda05a9 (patch) | |
| tree | c6cb00b82fb1de49a5161de0d0ff02c2e50abf1e /config.h | |
| parent | f841cde693035ef135ed40a77ebff6c7627c75b6 (diff) | |
Changed font
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=17:antialias=true:autohint=true"; +static char *font = "Hasklug Nerd Font Mono:size=15:antialias=true:autohint=true"; static int borderpx = 2; /* |