summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-10-16 14:41:35 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-10-16 14:41:35 -0400
commit07bfca30099be0c45999aa69e9978e33d1f72932 (patch)
tree93731bdf760751ca47d27074593911debe793e47
parent2e89d5f5752a38e35cc4827e5736cd0b43e40bd6 (diff)
default font larger
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 398125d..5632a48 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=14:antialias=true:autohint=true";
+static char *font = "mono:pixelsize=16:antialias=true:autohint=true";
static int borderpx = 2;
/*