Closed talex5 closed 5 months ago
Test with e.g.
dune build && \ systemd-socket-activate \ -l /tmp/wayland-1 \ -l /tmp/.X11-unix/X1 \ --fdname wayland:x11 \ ./_build/default/main.exe -v --virtio-gpu --tag '[socket] ' --x-display 1
This is similar to @alyssais's #80, but I put the activation protocol in its own module and made it more generic. This should make it easier to reuse in future, and makes main.ml a bit easier to read.
Test with e.g.
This is similar to @alyssais's #80, but I put the activation protocol in its own module and made it more generic. This should make it easier to reuse in future, and makes main.ml a bit easier to read.