diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-16 10:54:47 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-16 10:54:47 +0900 |
| commit | c30b1c5599daa78169486d76c9d3dd2fba3803a8 (patch) | |
| tree | a50caee93fc0c2f0d8c02f6d0120af71cc24f1ac /config/hypr/hypridle.conf | |
| parent | a4956da883d5fe2d66d528d2e9a890a2c6d064a8 (diff) | |
| parent | 47a6c42c77244b4b18f6e074542c15bc43bc4273 (diff) | |
Merge pull request #526 from JaKooLit/development
Development to main
Diffstat (limited to 'config/hypr/hypridle.conf')
| -rw-r--r-- | config/hypr/hypridle.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/hypridle.conf b/config/hypr/hypridle.conf index b71c21df..aeb0258c 100644 --- a/config/hypr/hypridle.conf +++ b/config/hypr/hypridle.conf @@ -22,15 +22,15 @@ general { # Warn listener { timeout = 540 # 9 min - on-timeout = notify-send "You are idle!" # command to run when timeout has passed - on-resume = notify-send "Welcome back!" # command to run when activity is detected after timeout has fired. + on-timeout = notify-send " You are idle!" # command to run when timeout has passed + on-resume = notify-send " Welcome back!" # command to run when activity is detected after timeout has fired. } # Screenlock listener { timeout = 600 # 10 min on-timeout = loginctl lock-session # command to run when timeout has passed - # on-resume = notify-send "Welcome back to your desktop!" # command to run when activity is detected after timeout has fired. + #on-resume = notify-send " Desktop Unlocked!" # command to run when activity is detected after timeout has fired. } # Turn off screen |
