Closed theshatterstone closed 5 months ago
Thanks, that is annoying. Fixed in #4839
And I thank you! Is there anything else I need to do? (Will I need to close the issue when the PR gets merged, etc)
If you can, test the pr, but I am 100% sure it fixes the border issue so no need. Regarding bottom of the stack stuff that has always happened in qtile, no? See issues like #3517
Fixed in git master
Issue description
Issue Description: When a window is un-maximised (using
lazy.window.toggle_maximize()
), it will either:Go to the bottom of the stack, if it wasn't there already
Glitch through the borders, if it was originally the last window in the stack
In my config, I have it set so that a maximised window will have no borders and no gaps around it.
BUT a regular, tiled window will have borders
So when a window is un-maximised, the above happens
This only happens with Wayland windows (Foot, Kitty, Floorp (Firefox-based, Wayland backend), Thunar, etc.)
The issue does NOT occur in the X11 backend
The issue does NOT apply to XWayland Windows (tested with
MOZ_ENABLE_WAYLAND=0 firefox
)I used
xlsclients
to confirm that the example windows I tested it with, as described above, were in fact, Wayland windows or XWayland windows respectivelyAlso, this issue did not happen before (I was on 0.23.0 before and did not have this issue then)
Relevant Information: Setup: Qtile Wayland with Qtile-extras (both 0.26.0) on Fedora 40 (AMD CPU & GPU if relevant)
Note: The config should be irrelevant for the most part but I have included it just in case. If you need any more information or clarifications, please let me know.
Version
0.26.0
Backend
Wayland (experimental)
Config
Logs
No response
Required