using smaller font - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f1009285d8312a36ca0b1ef2dbdbdb0738f47140
 (DIR) parent f76b3a46851069860707f70ebc17ba4115219547
 (HTM) Author: Anselm R. Garbe <arg@suckless.org>
       Date:   Wed, 21 Feb 2007 16:47:53 +0100
       
       using smaller font
       Diffstat:
         M config.arg.h                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.arg.h b/config.arg.h
       @@ -4,7 +4,7 @@
        
        /* appearance */
        #define BORDERPX                1
       -#define FONT                        "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
       +#define FONT                        "-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*"
        #define NORMBORDERCOLOR                "#333"
        #define NORMBGCOLOR                "#222"
        #define NORMFGCOLOR                "#ccc"