diff options
-rw-r--r-- | config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h index 351f762..9cc5128 100644 --- a/config.h +++ b/config.h @@ -31,10 +31,10 @@ static const char *colors[SchemeLast][2] = { }; static const unsigned int alphas[][2] = { - /* fg bg */ - [SchemeNorm] = { OPAQUE, baralpha }, - [SchemeSel] = { OPAQUE, baralpha }, - [SchemeOut] = { OPAQUE, baralpha }, + /* fg bg */ + [SchemeNorm] = { OPAQUE, OPAQUE }, + [SchemeSel] = { OPAQUE, OPAQUE }, + [SchemeOut] = { OPAQUE, OPAQUE }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ static unsigned int lines = 0; |