extending time before suspend + locking before

This commit is contained in:
2025-10-15 17:13:56 -07:00
parent d27ac95464
commit 1f8882950c

View File

@@ -14,10 +14,10 @@ listener {
on-resume = hyprctl dispatch dpms on
}
# Suspend system after 20 minutes
# Suspend system after 30 minutes
listener {
timeout = 1200
on-timeout = systemctl suspend
timeout = 1800
on-timeout = hyprlock & disown && systemctl suspend
}
# Optional: notification before locking (requires notify-send)