aboutsummaryrefslogtreecommitdiff
path: root/st/config.h
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/config.h
parentbbb3ee6b37d294746d36811e81413be5284df5b7 (diff)
[st] changed font to FiraCode Nerd Font Mono
Diffstat (limited to 'st/config.h')
-rwxr-xr-xst/config.h2
1 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;
/*