From 1fdfef2bac91117ebb9f037c09a9e20081e10c48 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 15 Jan 2025 12:26:47 +0900 Subject: hypridle minor update --- config/hypr/hypridle.conf | 6 +++--- 1 file 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 -- cgit v1.2.3