Blur config

master
Mark 2022-11-05 08:04:18 -07:00
parent 77106d60f4
commit 765c4232a8
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 5 additions and 0 deletions

View File

@ -13,10 +13,15 @@ fade-exclude = [
];
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;