fix(hyprland): only turn off the monitor once in hypridle

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-05-04 20:37:24 -03:00
parent e81fa77a18
commit 746e2793b0
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -43,12 +43,8 @@ in
# Enable hypridle # Enable hypridle
services.hypridle = lib.mkIf cfg.hypridle.enable { services.hypridle = lib.mkIf cfg.hypridle.enable {
enable = true; enable = true;
settings = {
general = {
after_sleep_cmd = "hyprctl dispatch dpms on";
ignore_dbus_inhibit = false;
};
settings = {
listener = [ listener = [
{ {
timeout = 180; timeout = 180;