On Thu, Sep 26, 2013 at 1:25 AM, Mayuresh Kathe <mayur...@devio.us> wrote: > how do i find out which font is being used by xterm under cwm under openbsd? > then i could use that same font (and size) for the cwm menu to give me > a consistent user experience. ;)
xterm's font does not change based on the window manager it runs under. if one has not changed the default xterm font, it is whatever happens to be aliased to 'fixed'; here it is "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1" in Xlfd format. cwmrc(5) accepts font names in Xft format, but -current (as of a few minutes ago) additionally supports font specifications in xlfd format.