💾 Archived View for ait.place › nix › extra › dmenu.h captured on 2023-01-29 at 03:19:26.

View Raw

More Information

-=-=-=-=-=-=-

static int topbar = 1;
static const char *fonts[] = { "monospace:size=12" };
static const char *prompt      = NULL;
static const char *colors[SchemeLast][2] = {
	[SchemeNorm] = { "#bbbbbb", "#111111" },
	[SchemeSel] = { "#eeeeee", "#ee2222" },
	[SchemeOut] = { "#000000", "#005577" },
};
static unsigned int lines = 0;
static const char worddelimiters[] = " ";