2022-11-05 07:27:24 -07:00
|
|
|
shadow-radius = 0;
|
|
|
|
shadow-opacity = 0;
|
2022-11-04 22:04:06 -07:00
|
|
|
|
|
|
|
// Enable fading initially.
|
|
|
|
// Finer config is in fade-exclude.
|
|
|
|
fading = true
|
2022-11-05 11:40:42 -07:00
|
|
|
fade-in-step = 0.1;
|
2022-11-05 07:27:24 -07:00
|
|
|
fade-out-step = 0.03;
|
2022-11-05 11:40:42 -07:00
|
|
|
fade-delta = 5;
|
2022-11-04 22:04:06 -07:00
|
|
|
|
|
|
|
fade-exclude = [
|
|
|
|
"class_g != 'awesome'"
|
2022-11-05 07:27:24 -07:00
|
|
|
];
|
2022-11-04 22:04:06 -07:00
|
|
|
|
2022-11-05 07:27:24 -07:00
|
|
|
backend = "glx";
|
2022-11-05 08:04:18 -07:00
|
|
|
detect-rounded-corners = true;
|
|
|
|
blur-background-frame = false;
|
2022-11-05 07:27:24 -07:00
|
|
|
blur: {
|
|
|
|
method = "dual_kawase";
|
|
|
|
strength = 3;
|
|
|
|
};
|
2022-11-05 08:04:18 -07:00
|
|
|
blur-exclude = [
|
|
|
|
"class_g != 'awesome'"
|
|
|
|
];
|
2022-11-05 07:27:24 -07:00
|
|
|
|
|
|
|
inactive-opacity = 1;
|
|
|
|
active-opacity = 1;
|
|
|
|
inactive-dim = 0;
|
2022-11-04 22:04:06 -07:00
|
|
|
|