chore(picom): remove animations

This commit is contained in:
Afonso Franco 2024-10-07 20:16:54 +01:00
parent d6537dce41
commit 6434c1e658
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4

View file

@ -1,11 +1,10 @@
#################################
# Animations #
#################################
# (These are also the default values)
animation-stiffness = 140;
animation-for-open-window = "slide-up";
animation-for-unmap-window = "zoom";
animation-dampening = 8;
animations = ({
triggers = [ "open","close","hide","show" ];
},
);
#################################
# Corners #