diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-10-09 19:06:06 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-10-09 19:06:06 +0900 |
| commit | c03a1a680b86c43e2bf29df97de9825ab5c20caa (patch) | |
| tree | ffa9b347e69969515732f4bc5268b50b34c5d51c /st | |
| parent | 7bd45d71c458f099d7a0e320e2d33924e77aea7a (diff) | |
Init
Diffstat (limited to 'st')
| -rw-r--r-- | st/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/st/config.h b/st/config.h index d9e7a2e..bf7e0c0 100644 --- a/st/config.h +++ b/st/config.h @@ -6,7 +6,9 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *fonts[] = { - "mono:pixelsize=18:antialias=true:autohint=true", + "monospace:pixelsize=18:antialias=true:autohint=true", + "DejaVu Sans Mono:pixelsize=18:antialias=ture:autohint=true", + "Droid Sans Mono:pixelsize=18:antialias=ture:autohint=true", "FiraCode Nerd Font Mono:pixelsize=18:antialias=ture:autohint=true", "Hack Nerd Font Mono:pixelsize=18:antialias=ture:autohint=true", }; |
