suckless

my personal suckless patches and customisation (dwm, st, dmenu).
Log | Files | Refs | README

commit 1bede28d4a1da45ac795ad275e8d0412b0b8bf1e
parent bbb3ee6b37d294746d36811e81413be5284df5b7
Author: Cori Barker <coribarker2@gmail.com>
Date:   Thu, 19 Feb 2026 22:23:56 +0000

[st] changed font to FiraCode Nerd Font Mono

Diffstat:
Mst/config.h | 2+-
Mst/st | 0
Mst/x.o | 0
3 files changed, 1 insertion(+), 1 deletion(-)

diff --git 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 Binary files differ. diff --git a/st/x.o b/st/x.o Binary files differ.