summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index acb6b2b..c7ce60f 100644
--- a/config.h
+++ b/config.h
@@ -5,9 +5,9 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "JetBrains Mono:pixelsize=16:antialias=true:autohint=true";
+static char *font = "Dejavu Sans Mono:pixelsize=16:antialias=true:autohint=true";
static char *font2[] = { "JoyPixels:pixelsize=16:antialias=true:autohint=true" };
-static int borderpx = 15;
+static int borderpx = 2;
/*
* What program is execed by st depends of these precedence rules: