# HG changeset patch # User Tsuki # Date 2026-08-21 10:43:53 # Node ID 996174ee93ebe258b3e3ef45d6966a8d61c00b62 # Parent 49359be7c342aae2579c945f6456f9b9fcb64821 enable xwl diff --git a/meson_options.txt b/meson_options.txt --- a/meson_options.txt +++ b/meson_options.txt @@ -1,6 +1,6 @@ option( 'xwayland', type: 'boolean', - value: false, + value: true, description: 'Enable XWayland support', ) diff --git a/smsg/smsg.c b/smsg/smsg.c --- a/smsg/smsg.c +++ b/smsg/smsg.c @@ -499,7 +499,7 @@ main(int argc, char *argv[]) wl_registry_add_listener(registry, ®istry_listener, NULL); wl_display_dispatch(display); - wl_display_roundtrip(display); + wl_display_roundtrip(display); if (!dwl_ipc_manager && (mode & SET || tflag || lflag || Tflag || Lflag || cflag || vflag || mflag || fflag)) die("bad dwl-ipc protocol");