diff options
Diffstat (limited to '.config/picom')
| -rw-r--r-- | .config/picom/picom.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index d3bbe5e..eee6adb 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -433,3 +433,13 @@ wintypes: popup_menu = { opacity = 0.8; } dropdown_menu = { opacity = 0.8; } }; + + +#################### +# Animation # +#################### + +animations = true +animation-stiffness = 200.0 +animation-dampening = 25.0 +animation-window-mass = 1.0 |