aboutsummaryrefslogtreecommitdiff
path: root/st
diff options
context:
space:
mode:
authorCori Barker <coribarker2@gmail.com>2026-02-19 22:23:56 +0000
committerCori Barker <coribarker2@gmail.com>2026-02-19 22:23:56 +0000
commit1bede28d4a1da45ac795ad275e8d0412b0b8bf1e (patch)
treef7d8cb842d1185c8c4474410994aff251d0acf4d /st
parentbbb3ee6b37d294746d36811e81413be5284df5b7 (diff)
[st] changed font to FiraCode Nerd Font Mono
Diffstat (limited to 'st')
-rwxr-xr-xst/config.h2
-rwxr-xr-xst/stbin110960 -> 110960 bytes
-rw-r--r--st/x.obin76024 -> 76032 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/st/config.h b/st/config.h
index 6660e90..0ea7fd8 100755
--- a/st/config.h
+++ b/st/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 = "FiraCode Nerd Font Mono:pixelsize=12:antialias=true:autohint=true";
static int borderpx = 2;
/*
diff --git a/st/st b/st/st
index 9d1185a..a97a49e 100755
--- a/st/st
+++ b/st/st
Binary files differ
diff --git a/st/x.o b/st/x.o
index 67f3aa2..779b3bb 100644
--- a/st/x.o
+++ b/st/x.o
Binary files differ