From 3d10b380540cb9756b4f087eaeaf70f1eef6266d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 9 Nov 2025 11:14:32 +0100 Subject: [PATCH] Ensure we can wake screen on both mouse and keyboard Closes #2146 Co-authored-by: @nicoestrada --- default/hypr/input.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/default/hypr/input.conf b/default/hypr/input.conf index bb4d610b..74b2acab 100644 --- a/default/hypr/input.conf +++ b/default/hypr/input.conf @@ -14,3 +14,8 @@ input { natural_scroll = false } } + +misc { + key_press_enables_dpms = true # key press will trigger wake + mouse_move_enables_dpms = true # mouse move will trigger wake +}