From: Amin Bandali Date: Mon, 31 Jul 2017 00:35:16 +0000 (-0400) Subject: [compton] Disable menu transparency X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/commitdiff_plain/23c4f593c9a183d12759b619ab1e01b094666c7d [compton] Disable menu transparency --- diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf index bd34ff0..726f7f8 100644 --- a/compton/.config/compton.conf +++ b/compton/.config/compton.conf @@ -18,7 +18,7 @@ shadow-ignore-shaped = true; # Avoid drawing shadow on all shaped windows # (see also: --detect-rounded-corners) # Opacity -menu-opacity = 0.9; # The opacity for menus. (default 1.0) +menu-opacity = 0.95; # The opacity for menus. (default 1.0) #inactive-opacity = 0.9; # Default opacity of inactive windows. (0.0 - 1.0) # active-opacity = 0.8; # Default opacity for active windows. (0.0 - 1.0) frame-opacity = 0.7; # Opacity of window titlebars and borders. (0.1 - 1.0)