summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlucashemi <lucasxberger@gmail.com>2022-09-17 12:23:46 -0300
committerlucashemi <lucasxberger@gmail.com>2022-09-17 12:23:46 -0300
commitd892678226b0448aa9e8b563ed1327accdc97175 (patch)
treebde71b5b2a68a36d83773088b0c04f642ee8c796
parentdc2d922aff780458e8210a17827794e5b3964048 (diff)
update configHEADmaster
-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: