-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] disable animations for specific class or window type #19
Comments
have you tried using animation = "none"; It seems to work on my case |
I'll give it a try later today Edit.
Am I doing it right? |
I have another idea about having custom animation/disabling features per Therefor
|
I'm not sure why, appart from line win.c:2689:
because you certainly have return on win.c:1144:
anyway compare my diff here is video how it works before and after fix (on bspwm): issue.mp4fly-in animation are bit whacky when fast spamming but doesn't matter. Pls ignore vid-quality/fps :D. |
Just wanted to say I tried something similar:
It doesn't seem to work for me either. Also I don't know if this is related but I saw this error in the output every time a notification came while I had animation = "none"; set:
|
I just tried this on Awesome window manager, and it's working perfectly without any issue. Basically what I wrote was Maybe try unquoting your @sr-prog @HishamAHai |
About [ 06/07/2023 18:42:15.303 _gl_fill ERROR ] GLX error at line 706: GL_INVALID_FRAMEBUFFER_OPERATION I could not solve why this issue is happening, I'm not an opengl expert. None works for me as well, but I will update both this option and general animation support soon |
I really need this feature, for disabling animation for |
I really need this feature for fcitx too |
I am using this Picom fork w/ Xmonad, and it works perfectly but menus and dnd. PR #41 fixes this, seems like its just because Simply adding this to
|
It's not really a bug, but it could be awesome if you can add a feature to exclude specific classes or window types from being animated.
I've been using this fork for less than a week on fedora 37 with AwesomeWM and seems to work flawlessly,
and I know that it has a feature to change the animation for each window type. But I can't find an option to disable animations completely say for example of the menus, tooltips or dmenu.
The text was updated successfully, but these errors were encountered: