From f66128e80f3ba3abeafa0636ed09997b23fab1ee Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Fri, 10 Jan 2025 09:06:07 -0500 Subject: [PATCH] Add disappear animations --- config/picom/picom.conf | 38 ++++++-------------------------------- 1 file changed, 6 insertions(+), 32 deletions(-) diff --git a/config/picom/picom.conf b/config/picom/picom.conf index 5923215..08feaa5 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -18,7 +18,12 @@ animation-clamping = true; animations =({ triggers = ["open"]; preset = "appear"; - }) + }, +{ + triggers = ["close"]; + preset = "disappear"; + } + ) ############################################################################## @@ -468,37 +473,6 @@ log-level = "warn"; # set, and doesn't want certain window to cause unnecessary screen redirection, # you can set this to `true`. # -wintypes: -{ - dialog = { - shadow = false; - }; - dnd = { - shadow = false; - }; - dropdown_menu = { - shadow = false; - }; - menu = { - shadow = false; - full-shadow = true; - }; - popup_menu = { - shadow = false; - full-shadow = true; - }; - tooltip = { - fade = true; - shadow = true; - full-shadow = false; - }; - utility = { - shadow = false; - }; - - -} - rules = ( {match = "name = 'Dunst'" animations =({ triggers = ["open"];