diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index b37ae21..e8ba9c6 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,11 +1,10 @@ ################################# # Animations # ################################# -# (These are also the default values) -animation-stiffness = 140; -animation-for-open-window = "slide-up"; -animation-for-unmap-window = "zoom"; -animation-dampening = 8; +animations = ({ + triggers = [ "open","close","hide","show" ]; +}, +); ################################# # Corners #