From 75cb5e7fab22e23704ec02c1b51dcbcaff542f16 Mon Sep 17 00:00:00 2001 From: lickthecheese Date: Sat, 14 Sep 2019 09:31:49 -0400 Subject: [PATCH] compton blur --- .config/compton.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.config/compton.conf b/.config/compton.conf index c018b2f..d2371a6 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -114,16 +114,20 @@ inactive-opacity-override = false; # 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-fixed = true; blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ]; +blur-kern = "3x3box"; +blur-method = "kawase"; +blur-strength = 6; + ################################# # # Fading