Use picom-git instead of regular picom

This allows the use of dual_kawase blur
This commit is contained in:
DogeyStamp 2021-04-28 20:33:11 -04:00
parent 4dcd9b8c1d
commit 97b2c525ae
3 changed files with 8 additions and 3 deletions

View File

@ -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;
};

View File

@ -76,7 +76,6 @@ pacman
pass
pass-otp
patch
picom
pkgconf
playerctl
progress

View File

@ -1,2 +1,3 @@
brave-bin
librewolf-bin
picom-git