Seat identifiers on x11/wayland #795
Labels
C - needs discussion
Direction must be ironed out
DS - wayland
DS - x11
S - enhancement
Wouldn't this be the coolest?
Wayland is a multi-seat aware protocol, and I believe x11 is too. From this, I think it could be reasonable to add a platform specific extension trait
unix::DeviceIdExt
like so:While arguably pretty niche, this seat-awareness can be necessary for downstream apps. For example, on wayland, there is one clipboard per seat, and the app should be careful to trigger the copy and paste actions from the appropriate seat.
Thoughts on this design, @francesca64 ?
The text was updated successfully, but these errors were encountered: