diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-15 12:26:47 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-15 12:26:47 +0900 |
| commit | 1fdfef2bac91117ebb9f037c09a9e20081e10c48 (patch) | |
| tree | 54f4611d34b4dd5c0b04b4ad500306ca418b8e84 /config | |
| parent | acabf01a3ced31bf1810d56bb08acd3ee0b8bad6 (diff) | |
hypridle minor update
Diffstat (limited to 'config')
| -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..18aff919 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 |
