From: arg@mig29 Date: Thu, 7 Dec 2006 11:03:47 +0000 (+0100) Subject: people should define fixed being compatible with their locale X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=b9fbd59c8a424d8aecd59634d66e5b379f72b316;p=suckless%2Fdmenu.git people should define fixed being compatible with their locale --- diff --git a/dmenu.h b/dmenu.h index 465273c..08d7605 100644 --- a/dmenu.h +++ b/dmenu.h @@ -4,7 +4,7 @@ #include -#define FONT "-*-fixed-*-*-*-*-*-*-*-*-*-*-iso10646-*" +#define FONT "fixed" #define NORMBGCOLOR "#333366" #define NORMFGCOLOR "#cccccc" #define SELBGCOLOR "#666699"