Added support for fallback fonts.
[xmenu] / config.h
index d6a8807..aec217e 100644 (file)
--- a/config.h
+++ b/config.h
@@ -1,6 +1,6 @@
 static struct Config config = {
 static struct Config config = {
-       /* font */
-       .font = "monospace:size=9", /* for regular items */
+       /* font, separate different fonts with comma */
+       .font = "monospace:size=9,DejaVuSansMono:size=9",
 
        /* colors */
        .background_color = "#FFFFFF",
 
        /* colors */
        .background_color = "#FFFFFF",