My configuration of sxmo fork of suckless dwm.

git clone git://watertao.xyz/programs/sxmo-dwm.git

commit b1b79490ebf8830f48cff43daca5549988792ef1
parent 77660d2dbe8a0dfea6b980d92c136d8e54ad2413
Author: Maarten van Gompel <proycon@anaproy.nl>
Date:   Tue,  9 Mar 2021 20:24:11 +0100

Another fix to get rid of redundant second font

Diffstat:
Mdwm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwm.c b/dwm.c @@ -306,7 +306,7 @@ static Window root, wmcheckwin; /* Empty arrays to be filled from command line, Xresources, and defaults, in decreasing order of precedence */ static char *colors[4][3]; /* 4 schemes, 3 colors each */ -static char *fonts[] = {0, 0}; +static char *fonts[] = {0}; #define KEYPRESS_MS_THRESHOLD 250 #define KEYHOLD_MS_THRESHOLD 800