From 347e0f07e3675d172b2f52cb1b0aeb62d8553524 Mon Sep 17 00:00:00 2001 From: Sisiutl Date: Tue, 3 Dec 2024 14:23:19 +0100 Subject: add hypridle logging --- sigils/home/services/hyprland.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sigils') 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 -- cgit v1.2.3