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
shadow = true; shadow = false;
no-dnd-shadow = true; no-dnd-shadow = true;
no-dock-shadow = true; no-dock-shadow = true;
clear-shadow = true; clear-shadow = true;
@ -23,13 +23,13 @@ shadow-exclude = [
# Opacity # Opacity
menu-opacity = 0.8; menu-opacity = 0.8;
inactive-opacity = 0.8; inactive-opacity = 0.95;
# active-opacity = 0.8; # active-opacity = 0.8;
frame-opacity = 0.7; frame-opacity = 0.7;
inactive-opacity-override = false; inactive-opacity-override = false;
alpha-step = 0.06; alpha-step = 0.06;
# inactive-dim = 0.2; inactive-dim = 0.3;
# inactive-dim-fixed = true; inactive-dim-fixed = true;
#blur-background = true; #blur-background = true;
#blur-background-frame = true; #blur-background-frame = true;
blur-kern = "3x3box"; blur-kern = "3x3box";
@ -40,11 +40,13 @@ blur-background-exclude = [
"window_type = 'desktop'", "window_type = 'desktop'",
"_GTK_FRAME_EXTENTS@:c" "_GTK_FRAME_EXTENTS@:c"
]; ];
opacity-rule = ["85:class_g = 'kitty'"]; opacity-rule = [
# opacity-rule = [ "80:class_g = 'URxvt'" ]; "90:class_g = 'kitty'",
"95:class_g = 'Firefox'"
];
# Fading # Fading
fading = true; fading = false;
# fade-delta = 30; # fade-delta = 30;
fade-in-step = 0.03; fade-in-step = 0.03;
fade-out-step = 0.03; fade-out-step = 0.03;
@ -53,7 +55,7 @@ fade-out-step = 0.03;
fade-exclude = [ ]; fade-exclude = [ ];
# Other # Other
backend = "xrender"; backend = "glx";
mark-wmwin-focused = true; mark-wmwin-focused = true;
mark-ovredir-focused = true; mark-ovredir-focused = true;
# use-ewmh-active-win = true; # use-ewmh-active-win = true;