cross-posted from: https://lemmy.world/post/25786273
cross-posted from: https://lemmy.world/post/25765733
general { after_sleep_cmd=hyprctl dispatch dpms on before_sleep_cmd=loginctl lock-session lock_cmd=hyprlock } listener { on-timeout=loginctl lock-session timeout=300 } listener { on-resume=hyprctl dispatch dpms on on-timeout=hyprctl dispatch dpms off timeout=330 } listener { on-timeout=systemctl suspend timeout=600 }
Guys I feel like there’s something wrong or odd in this config, cuz, I don’t know whats responsible for this but, it looks like things aren’t working well together, I said it looks like cuz I never caugth an actual error. So what happens is that after I leave my laptop idle, the hypridle starts doing its thing and most of the times it works, my laptop is suspended, hyprlock works etc, but sometimes, after I press any button on my keyboard to wake my laptop, I can see that my laptop is up, but all I can see is black screen, and then I have to hard shutdown the laptop, so somethings is not adding up here.
Do you have “mouse_move_enables_dpms” or “key_press_enables_dpms” set to true in your misc hyprland config?
With this your screen should wake back up on key press or mouse movement.