My configuration of sxmo fork of suckless dwm.

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

commit d9b1c6d1bbc161aa73f67de4865456e529ddfb74
parent 36d83f78ac131bbaccd2d31cb3c7eecff4e761b5
Author: Maarten van Gompel <proycon@anaproy.nl>
Date:   Tue,  9 Mar 2021 19:41:19 +0100

removed pinebook? specific font

Diffstat:
Mconfig.def.h | 1-
Mdwm.c | 2--
2 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -7,7 +7,6 @@ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const char *defaultfonts[] = { "monospace:size=15", /* PP default start index */ - "monospace:size=10", /* PB default start index */ }; static const char dmenufont[] = "monospace:size=11"; static const char col_gray1[] = "#222222"; diff --git a/dwm.c b/dwm.c @@ -1923,8 +1923,6 @@ setup(void) /* Apply defaults to font and colors*/ if ( !fonts[0] ) fonts[0] = strdup(defaultfonts[0]); - if ( !fonts[1] ) - fonts[1] = strdup(defaultfonts[1]); for (i = 0; i <= SchemeTabInactive; ++i){ for (j = 0; j <= ColBorder; ++j){ if ( !colors[i][j] )