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:
parent
6a850cafb9
commit
43507caee1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user