[dmenu] config.def.h: transparent, centered
This commit is contained in:
parent
0c01ceb4e9
commit
faa280e9e1
@ -3,9 +3,9 @@
|
||||
|
||||
static int instant = 0;
|
||||
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 = 1; /* -c option; centers dmenu on screen */
|
||||
static int min_width = 500; /* minimum width when centered */
|
||||
static const unsigned int alpha = 0xff; /* Amount of opacity. 0xff is opaque */
|
||||
static const unsigned int alpha = 0x0; /* Amount of opacity. 0xff is opaque */
|
||||
/* -fn option overrides fonts[0]; default X11 font or font set */
|
||||
static const char *fonts[] = {
|
||||
"monospace:size=10"
|
||||
|
Loading…
Reference in New Issue
Block a user