My configuration of sxmo fork of suckless dwm.

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

commit 94fc5a675bc0d3a51e1950f3c42f11d2458a33d5
parent d0dbdeda3a11201faede1c71418759931fbaaeee
Author: Willow Barraco <contact@willowbarraco.fr>
Date:   Wed, 29 Mar 2023 15:24:58 +0200

Use Sxmo fonts

Diffstat:
Mconfig.def.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -5,8 +5,8 @@ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char font[] = "monospace 10"; -static const char dmenufont[] = "monospace:size=11"; +static const char font[] = "Sxmo 10"; +static const char dmenufont[] = "Sxmo:size=11"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb";