aboutsummaryrefslogtreecommitdiffstats
path: root/sway/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/server.c')
-rw-r--r--sway/server.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/server.c b/sway/server.c
index 0fcd5800..b24cc1dc 100644
--- a/sway/server.c
+++ b/sway/server.c
@@ -184,6 +184,8 @@ bool server_start(struct sway_server *server) {
184 &server->xwayland_ready); 184 &server->xwayland_ready);
185 server->xwayland_ready.notify = handle_xwayland_ready; 185 server->xwayland_ready.notify = handle_xwayland_ready;
186 186
187 setenv("DISPLAY", server->xwayland.wlr_xwayland->display_name, true);
188
187 server->xwayland.xcursor_manager = 189 server->xwayland.xcursor_manager =
188 wlr_xcursor_manager_create(cursor_theme, cursor_size); 190 wlr_xcursor_manager_create(cursor_theme, cursor_size);
189 wlr_xcursor_manager_load(server->xwayland.xcursor_manager, 1); 191 wlr_xcursor_manager_load(server->xwayland.xcursor_manager, 1);