diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-17 23:35:27 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-17 23:35:27 +0100 |
| commit | 4912c72f3ed473ddc50f164e7d4bf3ebaf4f5a21 (patch) | |
| tree | b71bd7f6cd724fa5251acc9676cbe225530c7386 /.config/picom | |
| parent | 9fddd3c00242f3027068f95f93dcbdbc62baaffb (diff) | |
changes 17-01-22
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 |