diff options
Diffstat (limited to 'sigils/home')
-rw-r--r-- | sigils/home/services/hyprland.scm | 5 |
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 |