Update transperncy for compton

This commit is contained in:
Colin Powell
2019-05-28 21:10:37 -04:00
parent 570f06ea7f
commit cbe770a5ca

View File

@ -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;