Use picom-git instead of regular picom
This allows the use of dual_kawase blur
This commit is contained in:
parent
4dcd9b8c1d
commit
97b2c525ae
@ -1,9 +1,14 @@
|
||||
inactive-opacity = .8;
|
||||
active-opacity = .9;
|
||||
|
||||
fading = true;
|
||||
fade-in-step = 0.01;
|
||||
fade-out-step = 0.005;
|
||||
fade-delta = 1;
|
||||
|
||||
blur:
|
||||
{
|
||||
method = "gaussian";
|
||||
size = 10;
|
||||
method = "dual_kawase";
|
||||
size = 20;
|
||||
deviation = 5.0;
|
||||
};
|
||||
|
@ -1,2 +1,3 @@
|
||||
brave-bin
|
||||
librewolf-bin
|
||||
picom-git
|
||||
|
Loading…
Reference in New Issue
Block a user