30 lines
460 B
Plaintext
30 lines
460 B
Plaintext
shadow-radius = 0;
|
|
shadow-opacity = 0;
|
|
|
|
// Enable fading initially.
|
|
// Finer config is in fade-exclude.
|
|
fading = true
|
|
fade-in-step = 0.04;
|
|
fade-out-step = 0.03;
|
|
fade-delta = 10;
|
|
|
|
fade-exclude = [
|
|
"class_g != 'awesome'"
|
|
];
|
|
|
|
backend = "glx";
|
|
detect-rounded-corners = true;
|
|
blur-background-frame = false;
|
|
blur: {
|
|
method = "dual_kawase";
|
|
strength = 3;
|
|
};
|
|
blur-exclude = [
|
|
"class_g != 'awesome'"
|
|
];
|
|
|
|
inactive-opacity = 1;
|
|
active-opacity = 1;
|
|
inactive-dim = 0;
|
|
|