mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Ensure we can wake screen on both mouse and keyboard
Closes #2146 Co-authored-by: @nicoestrada
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user