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 /dwm | |
| parent | fc417198897a68ed61c4a9b05710d70175280ea6 (diff) | |
modified dwm/config.h, modified st/config.h, modified st/x.c
Diffstat (limited to 'dwm')
| -rw-r--r-- | dwm/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/config.h b/dwm/config.h index 91d88d7..9d38bf8 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -30,7 +30,7 @@ static const int ulineall = 0; /* 1 to show underline on all tags, static char *fonts[] = { "monospace:size=10", - "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" }; + "NotoColorEmoji:pixelsize=8:antialias=true:autohint=true" }; static char normbgcolor[] = "#222222"; static char normbordercolor[] = "#444444"; static char normfgcolor[] = "#bbbbbb"; |
