From 3f0db760b6a9d33c8ec480b855c6852f0c0b4c21 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:51:25 +0900 Subject: modified dwm/config.h --- dwm/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dwm') 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"; -- cgit v1.2.3