Blur config
parent
77106d60f4
commit
765c4232a8
|
@ -13,10 +13,15 @@ fade-exclude = [
|
||||||
];
|
];
|
||||||
|
|
||||||
backend = "glx";
|
backend = "glx";
|
||||||
|
detect-rounded-corners = true;
|
||||||
|
blur-background-frame = false;
|
||||||
blur: {
|
blur: {
|
||||||
method = "dual_kawase";
|
method = "dual_kawase";
|
||||||
strength = 3;
|
strength = 3;
|
||||||
};
|
};
|
||||||
|
blur-exclude = [
|
||||||
|
"class_g != 'awesome'"
|
||||||
|
];
|
||||||
|
|
||||||
inactive-opacity = 1;
|
inactive-opacity = 1;
|
||||||
active-opacity = 1;
|
active-opacity = 1;
|
||||||
|
|
Loading…
Reference in New Issue