tfixed font definition - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c3eca4d14fb5e607d16166e2ecbf8bcb980421d5
 (DIR) parent d1f4fbb469ff5a9be7b0b92b747c0f39da3f578e
 (HTM) Author: Anselm R. Garbe <garbeam@gmail.com>
       Date:   Mon,  1 Oct 2007 11:43:53 +0200
       
       fixed font definition
       Diffstat:
         M config.def.h                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.def.h b/config.def.h
       t@@ -3,7 +3,7 @@
        /* appearance */
        #define BARPOS                        BarTop /* BarBot, BarOff */
        #define BORDERPX                1
       -#define FONT                        "-*-terminus-*-*-*-*-*-*-*-*-*-*-*-*"
       +#define FONT                        "-*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*"
        #define NORMBORDERCOLOR                "#cccccc"
        #define NORMBGCOLOR                "#cccccc"
        #define NORMFGCOLOR                "#000000"