Browse Source

Disable eyecandy in picom.conf

Frans Bergman 4 years ago
parent
commit
02c473bbee
1 changed files with 6 additions and 5 deletions
  1. 6 5
      .config/picom.conf

+ 6 - 5
.config/picom.conf

@@ -105,22 +105,23 @@ shadow-ignore-shaped = true;
 #
 #################################
 
-inactive-opacity = 0.9;
+#inactive-opacity = 0.9;
 active-opacity = 1;
 frame-opacity = 1;
-inactive-opacity-override = true;
+#inactive-opacity-override = true;
 
 # Dim inactive windows. (0.0 - 1.0)
 #inactive-dim = 0.8;
 # Do not let dimness adjust based on window opacity.
 #inactive-dim-fixed = true;
 # Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
-blur-background = true;
+#blur-background = true;
 # Blur background of opaque windows with transparent frames as well.
-blur-background-frame = true;
+#blur-background-frame = true;
 # Do not let blur radius adjust based on window opacity.
 blur-background-fixed = false;
 blur-background-exclude = [
+    "class_g = 'dmenu'",
     "window_type = 'dock'",
     "window_type = 'desktop'"
 ];
@@ -132,7 +133,7 @@ blur-background-exclude = [
 #################################
 
 # Fade windows during opacity changes.
-fading = true;
+fading = false;
 # The time between steps in a fade in milliseconds. (default 10).
 fade-delta = 4;
 # Opacity change between steps while fading in. (default 0.028).