extending time before suspend + locking before
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user