Skip to content
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

Chatty (app): Windows move when reopening them #102

Closed
C0Nd3Mnd opened this issue Mar 23, 2021 · 7 comments
Closed

Chatty (app): Windows move when reopening them #102

C0Nd3Mnd opened this issue Mar 23, 2021 · 7 comments

Comments

@C0Nd3Mnd
Copy link

When using Chatty and opening a window, then moving it, closing it and opening that same window again, it resets to the position (after about a second) that PersistentWindows remembered.

Here's an example:

SB4jKk9cWq.mp4

The problem is that when I'm trying to use the application fast that the window moves around which might cause me to accidentally press a button I didn't intend to press or whatever.

It's a Java application (don't know if that makes any difference).

@kangyu-california
Copy link
Owner

kangyu-california commented Mar 23, 2021

In latest releases (5.19/5.20), user can exclude a window from auto restore by Ctrl+Shift move it, please try.

PS. moving window with mouse (wihout Ctrl+Shift hotkey) will enable auto restore again

@C0Nd3Mnd
Copy link
Author

@kangyu-california That works fine, however only if I always use Ctrl + Shift. Is there a way to permanently exclude a window (even then, that will disable restoring functionality when it's actually needed)?

@kangyu-california
Copy link
Owner

Its very difficult to specify an arbitary window using config.

@kangyu-california
Copy link
Owner

Will try to cut the latency from 1s to .5s in next release to make window recovery appear more smooth

@C0Nd3Mnd
Copy link
Author

Would it be possible to limit restoring windows to when the computer wakes up from sleep (or when the monitors were turned off)?

@kangyu-california
Copy link
Owner

kangyu-california commented Mar 25, 2021

Will add a new command switch to disable real time single window restore, which happens when user unminimize a window.
The feature is necessary for other scenarios where OS forgot the previous location and randomly assign an unexpected one.

kangyu-california added a commit that referenced this issue Mar 28, 2021
…on has not been changed since the last time when the window was minimized
@kangyu-california
Copy link
Owner

Fixed in 5.21
In case the issue still exist (especially after PC sleep), run PW with -fix_unminimized_window=0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants