X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=dmenu.h;h=ff9790d5b90024a55262181c2f81cf897c12b62f;hb=225cd764c321b3c33f6da892a7599e4e8d86ab85;hp=1eb57baef88fcfb01aae5acaf9b2b8db8185a313;hpb=5fd7af18c6b24bffd4701156feffcbc0db3b1d69;p=dmenu.git diff --git a/dmenu.h b/dmenu.h index 1eb57ba..ff9790d 100644 --- a/dmenu.h +++ b/dmenu.h @@ -3,14 +3,13 @@ */ #include -#include -#define FONT "fixed" +#define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*" #define NORMBGCOLOR "#333366" #define NORMFGCOLOR "#cccccc" #define SELBGCOLOR "#666699" #define SELFGCOLOR "#eeeeee" -#define SPACE 30 /* px */ +#define SPACE 30 /* px */ /* color */ enum { ColFG, ColBG, ColLast };