this allow use clients like wlr-randr in the startup command
7VGTKZH6YU7XYRQOYUN3UHAZYAO7UIOHONZBOBL726IKUUKEBP4QC
/* Now that the socket exists, run the startup command */
/* Start the backend. This will enumerate outputs and inputs, become the DRM
* master, etc */
if (!wlr_backend_start(backend))
die("startup: backend_start");
/* Now that the socket exists and the backend is started, run the startup command */
/* Start the backend. This will enumerate outputs and inputs, become the DRM
* master, etc */
if (!wlr_backend_start(backend))
die("startup: backend_start");
/* Now that outputs are initialized, choose initial selmon based on
/* At this point the outputs are initialized, choose initial selmon based on