feat(wayland): initial xwayland support

This commit is contained in:
Nova
2023-05-11 04:58:49 -04:00
parent 945514aa31
commit 7a556439ca
6 changed files with 294 additions and 8 deletions

View File

@@ -205,6 +205,7 @@ fn main() {
std::env::var_os("WAYLAND_DISPLAY").unwrap_or_default(),
)
.env("WAYLAND_DISPLAY", &wayland.socket_name)
.env("DISPLAY", format!(":{}", wayland.xwayland_state.display))
.env(
"STARDUST_INSTANCE",
event_loop_info