config.h MENU font

This commit is contained in:
Sean Pringle
2015-01-10 20:43:33 +10:00
parent df44151fdb
commit e63b404d8c
2 changed files with 4 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ configure()
settings.title_blur = strdup(TITLE_BLUR);
settings.title_focus = strdup(TITLE_FOCUS);
settings.title_ellipsis = TITLE_ELLIPSIS;
settings.menu = TITLE ? strdup(TITLE): "sans";
settings.menu = strdup(MENU);
settings.layout_count = sizeof(layouts) / sizeof(Layout);
settings.layouts = calloc(settings.layout_count, sizeof(Layout));

View File

@@ -16,6 +16,9 @@
#define TITLE_FOCUS "White"
#define TITLE_ELLIPSIS 32
// Window lists
# define MENU "sans:size=8"
// There are three static tiles called SPOT1, SPOT2, and SPOT3.
// Want more tiles? Different layouts? Floating? Go away ;)
// -------------------------------