Merge branch 'master' of git.opal.sh:opal/opalfiles

This commit is contained in:
2025-10-15 17:26:48 -07:00

View File

@@ -19,10 +19,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)