feat: cosmic-bg & update deps

This commit is contained in:
Ashley Wulber 2022-10-23 17:41:28 -04:00
parent 667b5e6c19
commit c350099b76
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
3 changed files with 143 additions and 84 deletions

View file

@ -169,7 +169,7 @@ async fn send_fd(session_tx: &mut OwnedWriteHalf, stream: Vec<UnixStream>) -> Re
pub fn run_compositor(
process_manager: &ProcessManager,
token: CancellationToken,
_token: CancellationToken,
mut socket_rx: mpsc::UnboundedReceiver<Vec<UnixStream>>,
env_tx: oneshot::Sender<HashMap<String, String>>,
) -> Result<JoinHandle<Result<()>>> {