Skip to content

Commit

Permalink
Enable lazy xwayland
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevault committed May 13, 2018
1 parent b2dec12 commit 404d006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sway/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ bool server_init(struct sway_server *server) {

// TODO make xwayland optional
server->xwayland =
wlr_xwayland_create(server->wl_display, server->compositor, false);
wlr_xwayland_create(server->wl_display, server->compositor, true);
wl_signal_add(&server->xwayland->events.new_surface,
&server->xwayland_surface);
server->xwayland_surface.notify = handle_xwayland_surface;
Expand Down

0 comments on commit 404d006

Please sign in to comment.