displays_physical_linux_logind 0.1.0

Linux brightness updates through systemd-logind for the displays crate
Documentation
1
2
3
4
5
6
7
8
9
10
#![warn(missing_docs)]
#![doc = include_str!("../docs/crate.md")]
#![doc = ""]
#![doc = include_str!("../docs/fragments/crate-graph-note.md")]

mod error;
mod manager;

pub use error::ApplyError;
pub use manager::PhysicalDisplayManagerLinuxLogind;