tagreed with Sander - 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 f8d2a29a20bfb93c701cf8091931ac84ba3fac5e
 (DIR) parent 3438af001adcb1d8ff840f89ae7cb5ef8589bde6
 (HTM) Author: arg@mig29 <unknown>
       Date:   Mon, 18 Dec 2006 13:25:11 +0100
       
       agreed with Sander
       Diffstat:
         main.c                              |       9 +++------
       
       1 file changed, 3 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/main.c b/main.c
       t@@ -411,12 +411,9 @@ main(int argc, char *argv[]) {
                wa.event_mask = ExposureMask | ButtonPressMask | KeyPressMask;
                mx = my = 0;
                mw = DisplayWidth(dpy, screen);
       -        if(bottom) {
       -                mh = dc.font.ascent + dc.font.descent + 3; // match wmii
       -                my = DisplayHeight(dpy, screen) - mh;
       -        }
       -        else
       -                mh = dc.font.height + 2;
       +        mh = dc.font.height + 2;
       +        if(bottom)
       +                my += DisplayHeight(dpy, screen) - mh;
                win = XCreateWindow(dpy, root, mx, my, mw, mh, 0,
                                DefaultDepth(dpy, screen), CopyFromParent,
                                DefaultVisual(dpy, screen),