We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2dec12 commit 404d006Copy full SHA for 404d006
sway/server.c
@@ -95,7 +95,7 @@ bool server_init(struct sway_server *server) {
95
96
// TODO make xwayland optional
97
server->xwayland =
98
- wlr_xwayland_create(server->wl_display, server->compositor, false);
+ wlr_xwayland_create(server->wl_display, server->compositor, true);
99
wl_signal_add(&server->xwayland->events.new_surface,
100
&server->xwayland_surface);
101
server->xwayland_surface.notify = handle_xwayland_surface;
0 commit comments