Update opacity
This commit is contained in:
parent
6b8becb2a4
commit
9f6960d2fc
|
@ -2,7 +2,7 @@
|
|||
/* Default settings; can be overriden by command line. */
|
||||
|
||||
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
|
||||
static const unsigned int alpha = 0xf0;
|
||||
static const unsigned int alpha = 0x70;
|
||||
static const int border_width = 0; /* for alpha patch */
|
||||
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 */
|
||||
|
|
Loading…
Reference in New Issue