summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-11-19 00:43:24 +0100
committeryuzu-eva <stevenhu@web.de>2022-11-19 00:43:24 +0100
commitd0f22de36f46699eb60fafb16ad45cd5e0243816 (patch)
tree2335eb2e3eb081527a05e481d436796915fe9aad /config.h
parent89e27c8df9f0e510640a3aee58fd2ccaf9c5dbd8 (diff)
changed font size
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 cc431a6..ebdfc05 100644
--- a/config.h
+++ b/config.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Hack Nerd Font :pixelsize=16:antialias=true:autohint=true";
+static char *font = "Hack Nerd Font :pixelsize=14:antialias=true:autohint=true";
static int borderpx = 2;
/*