Quellcode durchsuchen

Remove menu opacity in #compton

Colin Powell vor 5 Jahren
Ursprung
Commit
a49a926c68
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 = 0.3;
+menu-opacity = 1.0;
 inactive-opacity = 0.97;
 # active-opacity = 0.8;
 frame-opacity = 0.7;