unset DISPLAY before setting up xwayland

This commit is contained in:
Leonardo Hernández Hernández 2023-12-27 11:19:03 -06:00
parent d13015381b
commit 6cbf8e9b80
No known key found for this signature in database
GPG Key ID: E538897EE11B9624
1 changed files with 4 additions and 0 deletions

4
dwl.c
View File

@ -2386,6 +2386,10 @@ setup(void)
wlr_scene_set_presentation(scene, wlr_presentation_create(dpy, backend));
/* Make sure XWayland clients don't connect to the parent X server,
* e.g when running in the x11 backend or the wayland backend and the
* compositor has Xwayland support */
unsetenv("DISPLAY");
#ifdef XWAYLAND
/*
* Initialise the XWayland X server.