dccsillag / picom

A lightweight compositor for X11
Other
164 stars 20 forks source link

Animations not working #41

Closed tontsa28 closed 2 years ago

tontsa28 commented 2 years ago

This is probably a problem on my part, but I can't get the animations working. I have the following options set in my picom.conf:

animations: true;
animation-stiffness = 100
animation-window-mass = 0.4
animation-dampening = 15
animation-clamping = false
animation-for-open-window = "zoom";
animation-for-unmap-window = "zoom";
animation-for-transient-window = "slide-up";
animation-for-workspace-switch-in = "slide-down";
animation-for-workspace-switch-out = "zoom";

I have the backend set to glx but it just doesn't work. Using BSPWM.

tontsa28 commented 2 years ago

Nevermind, I made it work by switching to the proper branch (implement-window-animations). I should have checked older issues before opening this one.