diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-10 18:51:25 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-10 18:51:25 +0900 |
| commit | 3f0db760b6a9d33c8ec480b855c6852f0c0b4c21 (patch) | |
| tree | 1934e4035f7c1e53ce4ba3fe5d778df933b6b51f /dwm | |
| parent | bd806fd3b54e566317a1f6d7671dba883b8a00c5 (diff) | |
modified dwm/config.h
Diffstat (limited to 'dwm')
| -rw-r--r-- | dwm/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dwm/config.h b/dwm/config.h index 0bc80d3..151b61a 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -30,7 +30,8 @@ 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=10:antialias=true:autohint=true" +}; static char normbgcolor[] = "#222222"; static char normbordercolor[] = "#444444"; static char normfgcolor[] = "#bbbbbb"; |
