diff options
author | Mateja <mail@matejamaric.com> | 2021-04-15 20:57:45 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-04-15 20:57:45 +0200 |
commit | 20369a1c0e0a0f6b67851b33987ff6619e03300b (patch) | |
tree | bb8d86e3cfbc831b28c83fc170cc6cef791f56c0 | |
parent | 335367b88d8b7e14e7e64a66eee94ba6234de1cf (diff) | |
download | st-main.tar.gz st-main.zip |
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | config.def.h | 2 |
2 files changed, 2 insertions, 6 deletions
@@ -12,11 +12,7 @@ This is my fork of [st][stterm] terminal with following patches applied: - externalpipe (for URLs) - xresources -## Dependencies: - -- Fira Code font (optional) - -### Build dependencies: +## Build dependencies: - Xlib header files - fontconfig diff --git a/config.def.h b/config.def.h index 15a269f..2422ba4 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Fira Code:pixelsize=12:antialias=true:autohint=true"; +static char *font = "monospace:pixelsize=12:antialias=true:autohint=true"; static int borderpx = 2; /* |