summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2020-06-27 00:17:43 -0400
committerMalfurious <m@lfurio.us>2024-08-12 13:12:21 -0400
commit75dd083b0657a595a4984a61ad98e82e55ad2ec2 (patch)
tree0eff1d2f2026644def70d2b9e5d9733ad7d69459
parent5dbcca49263be094fc38159c297458ae323ef647 (diff)
downloadst-75dd083b0657a595a4984a61ad98e82e55ad2ec2.tar.gz
st-75dd083b0657a595a4984a61ad98e82e55ad2ec2.zip
config: Set terminal font
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 2cd740a..7be4681 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
+static char *font = "monospace:size=11:antialias=true:autohint=true";
static int borderpx = 2;
/*