On <
https://dwm.suckless.org/customisation/font/>, it is stated that XLFD fonts are supported, but this does not seem to be true anymore. Namely,
static const char font[] = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*";
is not a valid font.
Moreover, the source code has apparently been change such that the variable name is now an array of strings and is called "fonts", not "font".
If my report is correct, please update that webpage. Thanks!
Received on Fri Jun 04 2021 - 20:07:09 CEST