ext_foreign_toplevel_handle_v1::identifier support? #1924
Replies: 1 comment 1 reply
-
There is the ext-foreign-toplevel-list protocol and the wlr-foreign-toplevel-management protocol. ext-foreign-toplevel-list is basically useless at this point because it is designed to mainly provide a stable identifier and only serve as the base protocol for others that can then reference the handles (like ext-foreign-toplevel-state, ext-screencopy or ext-workspaces which are not yet accepted). The wlr-foreign-toplevel protocol in contrast is allowing window listing and control, however it does not provide a stable identifier across wayland connections. There is no connection between the two protocols. Labwc only implements the wlr-foreign-toplevel-management protocol, the ext-foreign-toplevel-list protocols is only available in the wlroots master branch which didn't yet have a release so labwc is not tracking it. For the moment the only two options are
|
Beta Was this translation helpful? Give feedback.
-
I'm not completely sure what i'm asking here, i've been looking at ways to get unique identifiers from the command line for windows, lswt seems to support identifiers, which i think is this ext_foreign_toplevel_handle_v1::identifier - I might be misunderstanding the purpose, but it seems like it would provide this function? Am i right or just confused? labwc doesn't seem to have this implemented, i'm not sure :)
Beta Was this translation helpful? Give feedback.
All reactions