aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/picom.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/picom.conf b/.config/picom.conf
index 111ad71..30e2693 100644
--- a/.config/picom.conf
+++ b/.config/picom.conf
@@ -53,6 +53,20 @@ rules = (
match = "window_type *= 'dock'";
shadow = false;
corner-radius = 0;
+ animations = (
+ {
+ triggers = [ "open" ];
+ preset = "slide-in";
+ direction = "up";
+ duration = 0.175;
+ },
+ {
+ triggers = [ "close" ];
+ preset = "slide-out";
+ direction = "up";
+ duration = 0.175;
+ },
+ );
},
{
match = "window_type *= 'combo'";