From b6e3cea71c32e40523375a8949a65568604821c8 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Thu, 10 Apr 2025 00:42:16 +0100 Subject: add .gitignore --- .gitignore | 5 +++++ config.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2990eef --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +boxdraw.o +hb.o +st +st.o +x.o diff --git a/config.h b/config.h index 87880b5..a8d8d13 100644 --- a/config.h +++ b/config.h @@ -8,8 +8,8 @@ static char *font2[] = { "BigBlueTerm437NerdFontMono-Regular:pixelsize=12:autoh * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "BigBlueTerm437NerdFontMono-Regular:pixelsize=12:autohint=true"; -static char *font2[] = { "BigBlueTerm437NerdFontMono-Regular:pixelsize=12:autohint=true" }; +static char *font = "Bm437 IBM VGA 8x16:pixelsize=16"; +static char *font2[] = { "Bm437 IBM VGA 8x16:pixelsize=16" }; static int borderpx = 0; int disablebold = 1; -- cgit v1.2.3