From 6434c1e658a48a508edfba9d917d14b143d87a22 Mon Sep 17 00:00:00 2001 From: afranco Date: Mon, 7 Oct 2024 20:16:54 +0100 Subject: [PATCH] chore(picom): remove animations --- .config/picom/picom.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 #