From 28f2e79962353d6ac53795ea5f9e14b0b99370ce Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Thu, 13 Jun 2019 14:36:00 +0200 Subject: Changed default alpha values --- config.h | 8 ++++---- 1 file 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; -- cgit 1.4.1