-
-
Notifications
You must be signed in to change notification settings - Fork 2k
[Wayland] Add support for xdg-toplevel-tag-v1 protocol #18317
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
base: master
Are you sure you want to change the base?
Conversation
|
It's a bit of a nitpick but I'd go for something like: xdg_toplevel_tag_manager_v1_set_toplevel_tag(
wl->xdg_toplevel_tag_manager, wl->xdg_toplevel,
WINDOW_TITLE " main window");That way it can be easier to make distinct from the qt companion window if that gets tagged in the future. Maybe renaming |
|
Yes, you're right. According to the protocol, the tag is an additional toplevel identifier, in addition to the |
|
@ColinKinloch are there any other suggestions? |
0e9988e to
bca0b66
Compare
|
@ColinKinloch @LibretroAdmin Are there any comments or objections? |
Implement support for xdg-toplevel-tag-v1 protocol, which is useful for window rules (e.g. in Kwin) or restore window position and size after restart application.