cg-virtual-monitor/README.md

264 B

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