-
Notifications
You must be signed in to change notification settings - Fork 502
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
Normal windows get faded on exit with no-fading-openclose = true
#245
Comments
This adds printf_dbgf statements to debug issues with fading. Ref: chjj#245
I have bisected this to b7b043c. /ping @richardgv |
This fixes it, but the fading is also not applied to (un)minimizing (where unminimizing does not work despite of this patch):
|
Thanks for the report and patch, and sorry for the late reply. Unfortunately I didn't read your report in time... And implemented the fix as 65e655e (in
Yes, it affects (de)iconify as well, and that's the intended behavior. I will clarify the description later. |
I am trying to figure out if the combination of
--fading
and--no-fading-openclose
is working as expected.There is no fading when opening a window, but when closing it!
Relevant settings:
When setting fade=false via
wintypes
fading gets not done during closing, but it seems likeno-fading-openclose
should cover this anyway?!Debug output when the window gets opened:
And when the window gets closed:
I've added various debug statements, and will provide them in a pull request (#246).
Additionally: when minimizing the window it gets faded (which is expected), but on unminimizing it won't.
I am using the awesome window manager. Both awesome and compton from Git master.
The text was updated successfully, but these errors were encountered: