1
0
forked from extern/nix-config

picom: Add dual_kawase blur

I personally found this to be a stunning blur that I would love to use
in GNOME, however I am okay with using GNOME without it due to the many
benefits GNOME provides.
This commit is contained in:
Donovan Glover 2022-12-15 11:08:05 -05:00
parent 6a850cafb9
commit 43507caee1
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -62,4 +62,9 @@ fade-delta = 10
# See: https://github.com/yshui/picom/issues/578
use-damage = false
blur: {
method = "dual_kawase";
strength = 7;
}
# vim:ft=dosini