Switch to layer-shell for locker

This commit is contained in:
Jeremy Soller 2023-10-06 10:44:05 -06:00
parent 7b8777457b
commit bec5cb5b7d
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
4 changed files with 450 additions and 745 deletions

View file

@ -10,6 +10,7 @@ log = "0.4"
pam-client = "0.5"
pwd = "1"
shlex = "1"
wayland-client = "0.31"
[dependencies.greetd_ipc]
version = "0.9"
@ -18,7 +19,7 @@ features = ["sync-codec"]
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic"
default-features = false
features = ["tokio", "winit"]
features = ["tokio", "wayland"]
[dependencies.tokio]
version = "1"