pub fn wayland_listener_auto(
    
) -> Result<(UnixListener, FlockGuard), ListenerError>
Expand description

Create a UnixListener for accepting incoming connections from wayland clients.

Similar to wayland_listener, but tries to find a free display number automatically.