Fix incorrect manpage

This commit is contained in:
dec05eba
2026-02-25 01:08:05 +01:00
parent 309c4e5f2e
commit eff5d619eb
2 changed files with 2 additions and 2 deletions

View File

@@ -3564,7 +3564,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);
}
}