Setting up the extra display and starting wayvnc ``` % swaymsg create_output % swaymsg output "HEADLESS-1" resolution 396x224 % wayvnc -o HEADLESS-1 ``` Compiling and starting the VNC client ``` % cd vnc-client % cmake -B build % make -C build % ./cgvm_vnc ```