44 lines
724 B
Plaintext
44 lines
724 B
Plaintext
opacity-rule = [
|
|
"80:class_g = 'tabbed'",
|
|
"80:class_g = 'dzen'",
|
|
];
|
|
|
|
# Blur
|
|
blur:
|
|
{
|
|
method = "dual_kawase";
|
|
strength = 8;
|
|
}
|
|
|
|
wintypes:
|
|
{
|
|
normal = { blur-background = true; };
|
|
splash = { blur-background = false; };
|
|
};
|
|
|
|
# Fading
|
|
fading = false;
|
|
fade-in-step = 0.07;
|
|
fade-out-step = 0.07;
|
|
fade-exclude = [ ];
|
|
|
|
# Other
|
|
mark-wmwin-focused = true;
|
|
mark-ovredir-focused = true;
|
|
detect-rounded-corners = true;
|
|
detect-client-opacity = true;
|
|
refresh-rate = 0;
|
|
vsync = true;
|
|
dbe = false;
|
|
unredir-if-possible = true;
|
|
detect-transient = true;
|
|
detect-client-leader = true;
|
|
invert-color-include = [ ];
|
|
|
|
# GLX backend
|
|
backend = "glx";
|
|
glx-no-stencil = true;
|
|
glx-copy-from-front = false;
|
|
use-damage = true
|
|
glx-no-rebind-pixmap = true;
|