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 on-resume = hyprctl dispatch dpms on
} }
# Suspend system after 20 minutes # Suspend system after 30 minutes
listener { listener {
timeout = 1200 timeout = 1800
on-timeout = systemctl suspend on-timeout = hyprlock & disown && systemctl suspend
} }
# Optional: notification before locking (requires notify-send) # Optional: notification before locking (requires notify-send)