diff --git a/config.h b/config.h index d2fa895..cdeb78f 100644 --- a/config.h +++ b/config.h @@ -5,8 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Iosevka:size=10:antialias=true:autohint=true"; -static int borderpx = 4; +static char *font = "monospace"; +static int borderpx = 10; /* * What program is execed by st depends of these precedence rules: diff --git a/st b/st deleted file mode 100755 index 78dd5ea..0000000 Binary files a/st and /dev/null differ diff --git a/st.o b/st.o deleted file mode 100644 index 6a5b794..0000000 Binary files a/st.o and /dev/null differ diff --git a/x.o b/x.o deleted file mode 100644 index 5f3add0..0000000 Binary files a/x.o and /dev/null differ