From 23c4f593c9a183d12759b619ab1e01b094666c7d Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 30 Jul 2017 20:35:16 -0400 Subject: [PATCH] [compton] Disable menu transparency --- compton/.config/compton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1