summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sigils/home/services/hyprland.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/sigils/home/services/hyprland.scm b/sigils/home/services/hyprland.scm
index d6b4fe1..4b662e9 100644
--- a/sigils/home/services/hyprland.scm
+++ b/sigils/home/services/hyprland.scm
@@ -438,7 +438,10 @@ configuration, you can use a @code{source} keyword.
(start #~(make-forkexec-constructor
(list #$(file-append
(home-hypridle-configuration-hypridle config)
- "/bin/hypridle"))))
+ "/bin/hypridle"))
+ #:log-file (string-append
+ (getenv "XDG_STATE_HOME") "/log"
+ "/hyprpidle.log")))
(stop #~(make-kill-destructor))))
(define home-hypridle-service-type