Browse Source

Add slight opacity to menus #compton

Colin Powell 5 years ago
parent
commit
438b66cc31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      i3/.config/compton/compton.conf

+ 1 - 1
i3/.config/compton/compton.conf

@@ -22,7 +22,7 @@ shadow-exclude = [
 # xinerama-shadow-crop = true;
 
 # Opacity
-menu-opacity = 1.0;
+menu-opacity = 0.95;
 inactive-opacity = 0.97;
 # active-opacity = 0.8;
 frame-opacity = 0.7;