DPMS with wlr-output-power-management-unstable-v1 protocol

This commit is contained in:
Ian Douglas Scott 2024-08-16 20:49:59 -07:00 committed by Victoria Brekenfeld
parent 65a54706f5
commit ea27ec5e28
10 changed files with 390 additions and 5 deletions

View file

@ -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 } => {