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;
|
inactive-opacity = .8;
|
||||||
active-opacity = .9;
|
active-opacity = .9;
|
||||||
|
|
||||||
|
fading = true;
|
||||||
|
fade-in-step = 0.01;
|
||||||
|
fade-out-step = 0.005;
|
||||||
|
fade-delta = 1;
|
||||||
|
|
||||||
blur:
|
blur:
|
||||||
{
|
{
|
||||||
method = "gaussian";
|
method = "dual_kawase";
|
||||||
size = 10;
|
size = 20;
|
||||||
deviation = 5.0;
|
deviation = 5.0;
|
||||||
};
|
};
|
||||||
|
1
programs
1
programs
@ -76,7 +76,6 @@ pacman
|
|||||||
pass
|
pass
|
||||||
pass-otp
|
pass-otp
|
||||||
patch
|
patch
|
||||||
picom
|
|
||||||
pkgconf
|
pkgconf
|
||||||
playerctl
|
playerctl
|
||||||
progress
|
progress
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
brave-bin
|
brave-bin
|
||||||
librewolf-bin
|
librewolf-bin
|
||||||
|
picom-git
|
||||||
|
Loading…
Reference in New Issue
Block a user