Implement suspend with logind
This commit is contained in:
parent
5d0999df83
commit
13e3dcd911
5 changed files with 58 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue