Update opacity

This commit is contained in:
Victor Timofei 2021-06-27 17:00:55 +03:00
parent 6b8becb2a4
commit 9f6960d2fc
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
/* Default settings; can be overriden by command line. */ /* Default settings; can be overriden by command line. */
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 const unsigned int alpha = 0xf0; static const unsigned int alpha = 0x70;
static const int border_width = 0; /* for alpha patch */ static const int border_width = 0; /* for alpha patch */
static int fuzzy = 1; /* -F option; if 0, dmenu doesn't use fuzzy matching */ 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 */