Thank you for the script that helped me to have a dedicated workspace for Homepage and displayed on an old iPad (not usable from Apple point of view but perfect as a display)
In case of, I have added the following configuration to ensure that the VNC server is started on Hyprland execution
exec-once = bash -c 'hyprctl output create headless VNC-1; \
sleep 0.5; \
hyprctl dispatch moveworkspacetomonitor 9 VNC-1; \
sleep 0.2; \
wayvnc -g 0.0.0.0 5900 VNC-1'
Compared to your script, the workspace 9 is never released. But now as soon as my iPad connects to my desktop, the workspace 9 is displayed (with a nice firefox displaying Homepage in fullscreen mode)
Thanks again
Thank you for the script that helped me to have a dedicated workspace for Homepage and displayed on an old iPad (not usable from Apple point of view but perfect as a display)
In case of, I have added the following configuration to ensure that the VNC server is started on Hyprland execution
Compared to your script, the workspace 9 is never released. But now as soon as my iPad connects to my desktop, the workspace 9 is displayed (with a nice firefox displaying Homepage in fullscreen mode)
Thanks again