aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/picom/picom.conf13
1 files changed, 13 insertions, 0 deletions
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";
+},
+)