diff --git a/suckless/dmenu/config.def.h b/suckless/dmenu/config.def.h index 10d8963..4e46c35 100644 --- a/suckless/dmenu/config.def.h +++ b/suckless/dmenu/config.def.h @@ -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"