-
-
Notifications
You must be signed in to change notification settings - Fork 958
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
window resize on blur #4797
Labels
Comments
kitty does not resize itself in response to window system events, this will be your window manager's doing. |
@kovidgoyal i was just wondering because it was depending on the |
Probably you are on GNOME, causing all these issues with their insistence on CSD. See the open issue about it. #3284 |
THis is tracked in #4802 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The kitty window resizes when another window is focused. This only happens when
hide_window_decorations
is set toyes
.To Reproduce
Steps to reproduce the behavior:
Actual:
The kitty window resizes itself to the default size.
Expected:
The kitty window should keep its size.
Environment details
Additional context
I noticed that this bug is tied to
hide_window_decorations
. When set toyes
the bug is present. When set tono
it is not.The text was updated successfully, but these errors were encountered: