Introduction
Introduction Statistics Contact Development Disclaimer Help
tuse standard font by default - st - [fork] customized build of st, the simple …
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit d5b8228f1ab248cae2889ed6c083e614e3c5b9d9
parent 710d61cdd9473ee0a0cb250c90d60944e4539999
Author: Anders Damsgaard <[email protected]>
Date: Thu, 9 Sep 2021 08:41:22 +0200
use standard font by default
Diffstat:
M config.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/config.h b/config.h
t@@ -5,9 +5,10 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
+static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true…
/* static char *font = "dina:size=9:antialias=false"; */
/* static char *font = "terminus:size=12"; */
-static char *font = "pragmatapro:size=11";
+/* static char *font = "pragmatapro:size=11"; */
static int borderpx = 2;
/*
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.