Closed KenjiTakahashi closed 11 years ago
Can you post the relevant line of your config?
Sure, it's just
static const char font[] =
"-*-liberation mono-medium-r-*-*-11-*-*-*-*-*-*";
What package is that font in? I only see ttf-liberation in the arch repos.
EDIT: and/or does that string match anything in a fonts.dir file?
Ho-hum, after playing a bit, I changed this line to
static const char font[] =
"-*-liberation mono-medium-r-*--11-*-*-*-*-*-*-*";
(removed '*' before '11' and added one to the end) and it works like a charm. Still wonder why the previous line works in interrobang?
Interrobang and alopex do have different font loading mechanisms. The interrobang mechanism uses a search string rather than an XLFD.
Setting
-*-liberation mono-medium-r-*-*-11-*-*-*-*-*-*
as font causes a crash. I'm using exactly the same (copy/pasted) string in interrobang and I've used it in other WMs, so I guess it's OK.