DPMS with wlr-output-power-management-unstable-v1 protocol
This commit is contained in:
parent
65a54706f5
commit
ea27ec5e28
10 changed files with 390 additions and 5 deletions
|
|
@ -164,6 +164,8 @@ impl State {
|
|||
where
|
||||
<B as InputBackend>::Device: 'static,
|
||||
{
|
||||
crate::wayland::handlers::output_power::set_all_surfaces_dpms_on(self);
|
||||
|
||||
use smithay::backend::input::Event;
|
||||
match event {
|
||||
InputEvent::DeviceAdded { device } => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue