diff options
-rw-r--r-- | compton/.config/compton.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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) |