Removed the -w option (it was too buggy)
[xmenu] / config.h
CommitLineData
dbeb9940 1static const char *font = "monospace:size=9";
f644b8bc 2static const char *background = "#FFFFFF";
3static const char *foreground = "#2E3436";
4static const char *selbackground = "#3584E4";
5static const char *selforeground = "#FFFFFF";
6static const char *separator = "#CDC7C2";
7static const char *border = "#E6E6E6";
8static int width = 130;
9static int itemborder = 4;
10static int menuborder = 1;
11static int separatorsize = 1;