From 605d03db85a380f55aee0337e44ed28ff78aa8d2 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Fri, 27 Feb 2026 19:15:47 +0000 Subject: Added picom animations for window open and close --- .config/picom/picom.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to '.config/picom/picom.conf') diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 94ab938..2c960f1 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -434,3 +434,16 @@ wintypes: popup_menu = { opacity = 1.0; } dropdown_menu = { opacity = 0.8; } }; + +# Animations +animations = ({ + triggers = [ "open" ]; + preset = "fly-in"; + direction = "down"; +}, +{ + triggers = [ "close" ]; + preset = "fly-out"; + direction = "down"; +}, +) -- cgit v1.2.3