Files
lk/networking/remote_sway_alt.md
T

403 B

title, tags, requires
title tags requires
New Sway Remote Desktop
networking
networking/remote_sway.md

Check the host is using only one display:

test "$WAYLAND_DISPLAY" = "wayland-1"

Start a new sway session, and a wayvnc session:

WLR_BACKENDS=headless WLR_LIBINPUT_NO_DEVICES=1 sway &
WAYLAND_DISPLAY=wayland-2 wayvnc

On the client, connect as usual.