diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-15 13:28:41 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-15 13:28:41 +0900 |
| commit | 2647d90c60a88e91b12ec6c059d16512bc08d275 (patch) | |
| tree | fab26eb540c446815f0edaac00374e56ef9ada5e | |
| parent | 1fdfef2bac91117ebb9f037c09a9e20081e10c48 (diff) | |
removed the double notification on hypridle after unlocked
| -rw-r--r-- | config/hypr/hypridle.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/hypridle.conf b/config/hypr/hypridle.conf index 18aff919..aeb0258c 100644 --- a/config/hypr/hypridle.conf +++ b/config/hypr/hypridle.conf @@ -30,7 +30,7 @@ listener { listener { timeout = 600 # 10 min on-timeout = loginctl lock-session # command to run when timeout has passed - on-resume = notify-send " Desktop Unlocked!" # 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 |
