1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

picom: use dual_kawase blur

This commit is contained in:
Joe Groocock 2020-01-26 21:39:31 +00:00
parent 7a2e8b3f1e
commit 30fd0b3024
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -37,9 +37,8 @@ opacity-rule = [
# Blurring
blur:
{
method = "gaussian";
size = 47;
deviation = 25.0;
method = "dual_kawase";
strength = 8;
};
blur-background-frame = true;
blur-background-fixed = true;