From fc177bd27c1e6404a0c6b3732c704351fd356ad1 Mon Sep 17 00:00:00 2001 From: pryazha Date: Sat, 2 Aug 2025 12:36:02 +0500 Subject: change font back --- config.h | 3 +-- st | Bin 106256 -> 0 bytes st.o | Bin 78728 -> 0 bytes x.o | Bin 73640 -> 0 bytes 4 files changed, 1 insertion(+), 2 deletions(-) delete mode 100755 st delete mode 100644 st.o delete mode 100644 x.o diff --git a/config.h b/config.h index 9f593eb..75fb6a7 100644 --- a/config.h +++ b/config.h @@ -5,8 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -// static char *font = "Iosevka:pixelsize=20:antialias=true:autohint=true"; -static char *font = "FiraCode Nerd Font:pixelsize=16:antialias=true:autohint=true"; +static char *font = "Iosevka:pixelsize=20:antialias=true:autohint=true"; static int borderpx = 2; /* diff --git a/st b/st deleted file mode 100755 index 68a0ee3..0000000 Binary files a/st and /dev/null differ diff --git a/st.o b/st.o deleted file mode 100644 index 6fd04d3..0000000 Binary files a/st.o and /dev/null differ diff --git a/x.o b/x.o deleted file mode 100644 index 79d8ad4..0000000 Binary files a/x.o and /dev/null differ -- cgit v1.2.3-70-g09d2