aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-12-14 17:23:20 +0000
committerRomain Gonçalves <me@rgoncalves.se>2021-12-14 17:37:45 +0000
commit9230c5392881b96753599ce6fceb2c9865590129 (patch)
tree9b43c7e403b27dee08772b72585dd9528a2ccac8
parentf07246a77eea3234c91ff932d7487c3d61140c3c (diff)
downloadst-9230c5392881b96753599ce6fceb2c9865590129.tar.gz
config.h: Use terminus bitmap font
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 6f05dce..9783174 100644
--- a/config.h
+++ b/config.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 = "Terminus:pixelsize=10:antialias=true:autohint=true";
static int borderpx = 2;
/*
remember that computers suck.