// Copyright (C) 2026 ac5307
// SPDX-License-Identifier: GPL-3.0-or-later
use crate::;
const SOCKET_FILE_NAME: &str = "control.sock";
/// Returns the path to the daemon socket.
///
/// Returns an error if the XDG_RUNTIME_DIR environment variable
/// is not set.