tfound compromise - 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 c69f397bb9a2234173726e5703eee8c123afacb4
(DIR) parent b9fbd59c8a424d8aecd59634d66e5b379f72b316
(HTM) Author: arg@mig29 <unknown>
Date: Thu, 7 Dec 2006 14:38:31 +0100
found compromise
Diffstat:
dmenu.h | 2 +-
draw.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/dmenu.h b/dmenu.h
t@@ -4,7 +4,7 @@
#include <X11/Xlib.h>
-#define FONT "fixed"
+#define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
#define NORMBGCOLOR "#333366"
#define NORMFGCOLOR "#cccccc"
#define SELBGCOLOR "#666699"
(DIR) diff --git a/draw.c b/draw.c
t@@ -79,7 +79,7 @@ getcolor(const char *colstr) {
void
setfont(const char *fontstr) {
- char **missing, *def;
+ char *def, **missing;
int i, n;
missing = NULL;