|
|
@ -4,6 +4,7 @@
|
|
|
|
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
|
|
|
|
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
|
|
|
|
static int centered = 0; /* -c option; centers dmenu on screen */
|
|
|
|
static int centered = 0; /* -c option; centers dmenu on screen */
|
|
|
|
static int min_width = 500; /* minimum width when centered */
|
|
|
|
static int min_width = 500; /* minimum width when centered */
|
|
|
|
|
|
|
|
static int fuzzy = 1; /* -F option; if 0, dmenu doesn't use fuzzy matching */
|
|
|
|
/* -fn option overrides fonts[0]; default X11 font or font set */
|
|
|
|
/* -fn option overrides fonts[0]; default X11 font or font set */
|
|
|
|
static const char *fonts[] = {
|
|
|
|
static const char *fonts[] = {
|
|
|
|
"monospace:size=10"
|
|
|
|
"monospace:size=10"
|
|
|
|