-
Notifications
You must be signed in to change notification settings - Fork 40
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
No preview for minimized windows #160
Comments
We can't get preview image of minimized window due to the limitation of X11 APIs. If you really want this feature, try the patches in this issue |
What about an option to capture window preview when minimizing? |
There is no such hook in the X11's server-client model. All the ***Notify events are sent after the corresponding operation is completed. So there is no way to take a screenshot right before the window is minimized. A workaround is to take a screenshot when certain properties of the window are updated, but this will consume more system resources and may also cause some problems. I've committed xuzhen@80acc68 to implement this feature. It's experimental and not be enabled by default. If you are willing to try this feature, enable it in My PPA has already updated. |
Hello.
When I minimize window, its preview is replaced with program icon. It is kind of confusing, and not helping to distinguish windows.
Is there any way this could/should work, or is this by design?
Thank you in advance.
The text was updated successfully, but these errors were encountered: