X-Git-Url: https://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/675a2008a6c9ad34d199aebdac6447d33a9cb53e..cdeaefaaa2dc75e59016e352fdfe5adf48190c6e:/config.h diff --git a/config.h b/config.h index d6a8807..aec217e 100644 --- a/config.h +++ b/config.h @@ -1,6 +1,6 @@ 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",