diff options
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"; |
