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

View File

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

View File

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