From cbe770a5ca5bdb92296a0d950ed8b8f21a4ab587 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 28 May 2019 21:10:37 -0400 Subject: [PATCH] Update transperncy for compton --- i3/.config/compton/compton.conf | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/i3/.config/compton/compton.conf b/i3/.config/compton/compton.conf index fed5c03..f7a5085 100644 --- a/i3/.config/compton/compton.conf +++ b/i3/.config/compton/compton.conf @@ -1,5 +1,5 @@ # Shadow -shadow = true; +shadow = false; no-dnd-shadow = true; no-dock-shadow = true; clear-shadow = true; @@ -23,15 +23,15 @@ shadow-exclude = [ # Opacity menu-opacity = 0.8; -inactive-opacity = 0.8; +inactive-opacity = 0.95; # active-opacity = 0.8; frame-opacity = 0.7; inactive-opacity-override = false; alpha-step = 0.06; -# inactive-dim = 0.2; -# inactive-dim-fixed = true; -# blur-background = true; -# blur-background-frame = true; +inactive-dim = 0.3; +inactive-dim-fixed = true; +#blur-background = true; +#blur-background-frame = true; blur-kern = "3x3box"; # blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"; # blur-background-fixed = true; @@ -40,11 +40,13 @@ blur-background-exclude = [ "window_type = 'desktop'", "_GTK_FRAME_EXTENTS@:c" ]; -opacity-rule = ["85:class_g = 'kitty'"]; -# opacity-rule = [ "80:class_g = 'URxvt'" ]; +opacity-rule = [ + "90:class_g = 'kitty'", + "95:class_g = 'Firefox'" +]; # Fading -fading = true; +fading = false; # fade-delta = 30; fade-in-step = 0.03; fade-out-step = 0.03; @@ -53,7 +55,7 @@ fade-out-step = 0.03; fade-exclude = [ ]; # Other -backend = "xrender"; +backend = "glx"; mark-wmwin-focused = true; mark-ovredir-focused = true; # use-ewmh-active-win = true;