[picom] remove animations
This commit is contained in:
parent
5d176f2f0a
commit
33ce8f8698
1 changed files with 4 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
||||||
#################################
|
#################################
|
||||||
# Animations #
|
# Animations #
|
||||||
#################################
|
#################################
|
||||||
# (These are also the default values)
|
animations = ({
|
||||||
animation-stiffness = 140;
|
triggers = [ "open","close","hide","show" ];
|
||||||
animation-for-open-window = "slide-up";
|
},
|
||||||
animation-for-unmap-window = "zoom";
|
);
|
||||||
animation-dampening = 8;
|
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
# Corners #
|
# Corners #
|
||||||
|
|
Loading…
Reference in a new issue