From a1a4ffcc5fa5788101ae94a5999104118ca21e94 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Wed, 3 Aug 2016 17:11:56 +0100 Subject: [PATCH] Prettify compton a little bit more --- .config/compton.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/compton.conf b/.config/compton.conf index edcd4d5..28aa69c 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -17,7 +17,7 @@ shadow-ignore-shaped = true; # Avoid drawing shadow on all shaped windows # Opacity menu-opacity = 0.9; # The opacity for menus. (default 1.0) -inactive-opacity = 0.9; # Default opacity of inactive windows. (0.0 - 1.0) +inactive-opacity = 0.8; # Default opacity of inactive windows. (0.0 - 1.0) active-opacity = 1.0; # Default opacity for active windows. (0.0 - 1.0) frame-opacity = 1.0; # Opacity of window titlebars and borders. (0.1 - 1.0) inactive-opacity-override = true; # Let inactive opacity set by 'inactive-opacity' overrides @@ -27,18 +27,19 @@ alpha-step = 0.06; # XRender backend: Step size for alpha pictures. Increasin # Yet f ading may look bad. # inactive-dim = 0.2; # Dim inactive windows. (0.0 - 1.0) #inactive-dim-fixed = true; # Do not let dimness adjust based on window opacity. +inactive-opacity-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ]; blur-background = true; # Blur background of transparent windows. blur-background-frame = true; # Blur background of opaque windows with transparent # frames as well. blur-background-fixed = true; # Do not let blur radius adjust based on window opacity. -inactive-opacity-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ]; # Exclude conditions for background blur. +blur-kern = "5,5,0.894839,0.932912,0.945959,0.932912,0.894839,0.932912,0.972604,0.986207,0.972604,0.932912,0.945959,0.986207,0.986207,0.945959,0.932912,0.972604,0.986207,0.972604,0.932912,0.894839,0.932912,0.945959,0.932912,0.894839" # Fading fading = true; # Fade windows during opacity changes. # fade-delta = 16; # The time between steps in a fade in milliseconds. (default 10). -fade-in-step = 0.026; # Opacity change between steps while fading in. (default 0.028). -fade-out-step = 0.03; # Opacity change between steps while fading out. (default 0.03). +fade-in-step = 0.025; # Opacity change between steps while fading in. (default 0.028). +fade-out-step = 0.02; # Opacity change between steps while fading out. (default 0.03). # no-fading-openclose = true; # Avoid fade windows in/out when opening/closing. # fade-exclude = [ ]; # Exclude conditions for fading.