From 9e79a05eac5214445d5ed6f98742f95b438ec960 Mon Sep 17 00:00:00 2001 From: afranco Date: Wed, 4 Oct 2023 00:59:48 +0100 Subject: [PATCH] chore: animations picom --- .config/picom/picom.conf | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index e837075..fa2222f 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,15 +1,11 @@ ################################# # Animations # ################################# -# requires https://github.com/jonaburg/picom # (These are also the default values) -transition-length = 0 -transition-pow-x = 0.1 -transition-pow-y = 0.1 -transition-pow-w = 0.1 -transition-pow-h = 0.1 -size-transition = true - +animation-stiffness = 140; +animation-for-open-window = "slide-up"; +animation-for-unmap-window = "zoom"; +animation-dampening = 8; ################################# # Corners #