-
-
Notifications
You must be signed in to change notification settings - Fork 833
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
wayland: fullscreen/maximized state broken under mutter #224
Comments
We use https://github.com/smithay/client-toolkit for the wayland client window handling. You can work around this issue by setting Next steps:
|
Interesting. That makes sense.
|
You need to restart wezterm for that particular config to take effect; the choice of window system is global and processed only at startup! |
Even with a restart. This is odd. Any way to confirm the settings are applied? |
It should be fairly apparent if it has taken effect, as the title bar will render differently when falling back to X. I'd suggest launching wezterm from a different terminal for debugging purposes;
and attach |
My bad, I had 2x enable_wayland and they conflicted. Fullscreen does work with X11. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Describe the bug
When trying to toggle fullscreen on WezTerm (by dragging the window to the top of the screen, on Gnome), the window gets the right width and height, but it's not "clamped" like other fullscreen windows.
Environment (please complete the following information):
To Reproduce
Drag window to top of the screen to toggle fullscreen
Configuration
(doubt this is relevant)
Expected behavior
It should use the whole screen and be clamped to all edges.
Screenshots
The text was updated successfully, but these errors were encountered: