diff options
author | ZachIR <zachir@librem.one> | 2024-10-31 12:08:44 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2024-10-31 12:08:44 -0500 |
commit | 50651b5484ab0351ed03a8b254ce085a98d28cd3 (patch) | |
tree | a9c7aa6c3aa94b69cc73cd8c17ab216329ddb168 /hypr/hypridle.conf | |
parent | 7c52adbb47e92ee636ad495604294f174a7d8d16 (diff) | |
parent | f627c6a471c89f3a13ef0dfee411dc6dbf18a0ee (diff) |
Merge branch 'master' into carcar
Diffstat (limited to 'hypr/hypridle.conf')
-rw-r--r-- | hypr/hypridle.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index 39ed177..df2b123 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -7,7 +7,13 @@ general { } listener { - timeout = 600 # in seconds + timeout = 300 # in seconds on-timeout = loginctl lock-session # command to run when timeout has passed on-resume = # command to run when activity is detected after timeout has fired. } + +listener { + timeout = 360 # in seconds + on-timeout = systemctl suspend # command to run when timeout has passed + on-resume = # command to run when activity is detected after timeout has fired. +} |