diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-04-10 00:42:16 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-04-10 00:42:16 +0100 |
| commit | b6e3cea71c32e40523375a8949a65568604821c8 (patch) | |
| tree | d9ec801702396a8f0da1d54fe39569384262fa03 | |
| parent | 5e01177bb062701fb18e70d54869860f296e30c7 (diff) | |
add .gitignore
| -rw-r--r-- | .gitignore | 5 | ||||
| -rw-r--r-- | config.h | 4 |
2 files changed, 7 insertions, 2 deletions
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 @@ -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; |
