commit 8eb7cb3

hovercats  ·  2026-07-23 08:15:34 +0000 UTC
parent 7cb37b4
st: set terminus back as default font. we can install fonts manually instead, and just script st to run `st -f $font` instead
2 files changed,  +2, -2
+1, -1
1@@ -5,7 +5,7 @@
2  *
3  * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
4  */
5-static char font[] = "Liberation Mono:pixelsize=12";
6+static char font[] = "Terminus:pixelsize=12";
7 static int borderpx = 5;
8 
9 /*
+1, -1
 1@@ -72,7 +72,6 @@ return {
 2 		'yt-dlp',
 3 		},
 4 	desktop={
 5-		'liberation-fonts',
 6 		'adobe-source-fonts',
 7 		'dmenu',
 8 		'libinput',
 9@@ -80,6 +79,7 @@ return {
10 		'netsurf',
11 		'st',
12 		'swc',
13+		'terminus-font',
14 		'velox',
15 		'xkeyboard-config',
16 	},