This commit is contained in:
dec05eba
2026-03-07 17:43:20 +01:00
parent 8fd7064bff
commit 636eca0d0e
3 changed files with 5 additions and 3 deletions

View File

@@ -168,7 +168,7 @@ static void set_display_server_environment_variables() {
const char *wayland_display = getenv("WAYLAND_DISPLAY");
if(!wayland_display) {
wayland_display = "wayland-1";
wayland_display = "wayland-0";
setenv("WAYLAND_DISPLAY", wayland_display, true);
}
}