Implement suspend with logind

This commit is contained in:
Jeremy Soller 2023-11-29 08:02:14 -07:00
parent 5d0999df83
commit 13e3dcd911
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
5 changed files with 58 additions and 1 deletions

View file

@ -5,6 +5,9 @@ mod greeter;
mod image_container;
mod locker;
#[cfg(feature = "logind")]
mod logind;
fn main() -> Result<(), Box<dyn std::error::Error>> {
env_logger::init();