mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-31 09:59:15 +01:00
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
|
# See: https://github.com/yshui/picom/issues/578
|
||||||
use-damage = false
|
use-damage = false
|
||||||
|
|
||||||
|
blur: {
|
||||||
|
method = "dual_kawase";
|
||||||
|
strength = 7;
|
||||||
|
}
|
||||||
|
|
||||||
# vim:ft=dosini
|
# vim:ft=dosini
|
||||||
|
Loading…
Reference in New Issue
Block a user