💾 Archived View for ait.place › nix › extra › dmenu.h captured on 2024-05-10 at 10:36:41.

View Raw

More Information

⬅️ Previous capture (2023-01-29)

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

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[] = " ";