tfixed font definition - dmenu - Dmenu fork with xft fonts.
 (HTM) git clone git://r-36.net/dmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1c488e6dac6e327ce06685556b1989bd75faf241
 (DIR) parent 03c546c6b30ae4d5920ca8fc1ef154ca4a6ccf52
 (HTM) Author: Anselm R. Garbe <garbeam@gmail.com>
       Date:   Mon,  1 Oct 2007 11:44:25 +0200
       
       fixed font definition
       Diffstat:
         config.h                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.h b/config.h
       t@@ -1,7 +1,7 @@
        /* See LICENSE file for copyright and license details. */
        
        /* appearance */
       -#define FONT                        "-*-terminus-*-*-*-*-*-*-*-*-*-*-*-*"
       +#define FONT                        "-*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*"
        #define NORMBGCOLOR             "#cccccc"
        #define NORMFGCOLOR             "#000000"
        #define SELBGCOLOR              "#0066ff"