Skip to content

Both Wayland desktops support win:allowResize and win:borderless #1189

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JJRcop
Copy link
Collaborator

@JJRcop JJRcop commented Jul 11, 2025

libdecor_shellInit was handling win:allowResizebut ignoring win:borderless, so it did nothing on compositors using libdecor, for example GNOME/Mutter

Conversely, xdg_shellInit was handling win:borderless but ignoring win:allowResize, so it did nothing on compositors using the XDG shell protocol, for example KDE/Kwin, and many others

This Pull Request fixes both issues and now both options work fine on different Wayland compositors.

JJRcop added 2 commits July 11, 2025 20:31
Added missing borderless functionality to libdecor_shellInit
when win:borderless is set to true
This works properly when going full screen as well
Added missing resizable functionality to xdg_shellInit
when win:allowResize is set to true
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

Successfully merging this pull request may close these issues.

1 participant