-
Notifications
You must be signed in to change notification settings - Fork 4
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
Restoring window resizes the window #72
Comments
I have the same problem: when I restore a session in the same window, the window size changes a bit. It is probably related to "window_decorations = "RESIZE"," and custom window_padding I use. |
This might be related to #83 |
Thanks for providing additional information about your config. One way to solve this is by passing an additional option which ignores the resize, so windows will restore, but not resize to their original size. Do you think this would be acceptable behaviour? |
@MLFlexer thanks. For now I enabled decorations and default padding and it seems to help - didn't notice the problem after that. |
See this Reddit comment
The text was updated successfully, but these errors were encountered: