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 +}