Ensure we can wake screen on both mouse and keyboard

Closes #2146
Co-authored-by: @nicoestrada
This commit is contained in:
David Heinemeier Hansson 2025-11-09 11:14:32 +01:00
parent d33e947b99
commit 3d10b38054

View File

@ -14,3 +14,8 @@ input {
natural_scroll = false natural_scroll = false
} }
} }
misc {
key_press_enables_dpms = true # key press will trigger wake
mouse_move_enables_dpms = true # mouse move will trigger wake
}