- Package:
- suckless-tools
- Source:
- suckless-tools
- Description:
- simple commands for minimalistic window managers
- Submitter:
- Yuri D'Elia
- Date:
- 2015-10-20 11:30:04 UTC
- Severity:
- normal
In the last update, dmenu doesn't seem to actually use the supplied font argument anymore. I was using an X11 font spec (-*-terminus-medium-*-*-*-16-*-*-*-*-*-*-*), which stopped working. I tried now also with some other formats (xft/etc), but I realized I can actually supply garbage to -fn, dmenu doesn't even complain.
Hi Yuri, It seems that dmenu has stopped using the X Logical Font Description (XLFD) format for specifying a font. Instead, it is now using the X FreeType (XFT) format. Can you please try the following: $ dmenu -fn "Terminus:size=16" You are right. dmenu doesn't complain and instead falls back to the default font (which is monospace). I will report this upstream. Thanks, Ilias