I am trying to change the font of dmenu. I am running the i3 window manager.
$ dmenu_run -v
/bin/bash: line 1: dmenu-4.5,: command not found
$ dmenu_run -fn "-xos4-terminus-medium-r-*-*-14-*"
cannot load font '-xos4-terminus-medium-r-*-*-14-*'
I want to use the following font - font pango:DejaVu Sans Mono 12 because it is the same font I am using inside my i3 config. However, no matter what font I try to use, dmenu reports it cannot load the font.
How do I get dmenu to allow me to load the above font?