fix: wayland lockfile

This commit is contained in:
Nova
2025-07-13 21:26:56 -07:00
parent 58328cd63b
commit d360a57f6e
4 changed files with 20 additions and 20 deletions

View File

@@ -190,7 +190,7 @@ async fn main() -> Result<AppExit, JoinError> {
"Couldn't make the object registry to find all objects with given interfaces in d-bus",
);
let _wayland = Wayland::new(None).expect("Couldn't create Wayland instance");
let _wayland = Wayland::new().expect("Couldn't create Wayland instance");
let ready_notifier = Arc::new(Notify::new());
let io_loop = tokio::task::spawn_blocking({