summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-06-14 20:30:32 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-06-14 20:30:32 +0400
commitcbb4606edfaf526c89e5574662272e7b0bda05a9 (patch)
treec6cb00b82fb1de49a5161de0d0ff02c2e50abf1e /config.h
parentf841cde693035ef135ed40a77ebff6c7627c75b6 (diff)
Changed font
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index e5648db..1b8c196 100644
--- a/config.h
+++ b/config.h
@@ -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;
/*