diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-08 07:01:16 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-08 07:01:16 +0900 |
| commit | e643a5df058a33997f65643386055ef716ccb19b (patch) | |
| tree | 02ce0d5c51bac6af7e9666d6d11c3dfae39315f8 /st/config.h | |
| parent | fc417198897a68ed61c4a9b05710d70175280ea6 (diff) | |
modified dwm/config.h, modified st/config.h, modified st/x.c
Diffstat (limited to 'st/config.h')
| -rw-r--r-- | st/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/st/config.h b/st/config.h index e8a8dac..f6f2116 100644 --- a/st/config.h +++ b/st/config.h @@ -11,9 +11,10 @@ static char *fonts[] = { "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", + "MesloLGDZ Nerd Font Mono:pixelsize=18:antialias=ture:autohint=true", }; static size_t currentfont = 0; -static char *font2[] = { "NotoColorEmoji:pixelsize=8:antialias=true:autohint=true" }; +static char *font2[] = { "NotoColorEmoji:pixelsize=14:antialias=true:autohint=true" }; static int borderpx = 2; /* |
