fix: hyprdile - do not suspend the system due to issues with HDR+hyprland

This commit is contained in:
Ryan Yin
2025-06-02 14:43:38 +08:00
parent db711d5ff8
commit 34297e2cd6

View File

@@ -31,7 +31,7 @@ listener {
on-resume = hyprctl dispatch dpms on && brightnessctl -r # monitor wake up & screen on
}
listener {
timeout = 600 # 10min
on-timeout = systemctl suspend # suspend pc
}
# listener {
# timeout = 600 # 10min
# on-timeout = systemctl suspend # suspend pc
# }