Fix log file for xbindkeys

This commit is contained in:
Tom Willemse 2022-04-16 00:23:33 -07:00
parent 22691e33f9
commit 13991b6c3d

View file

@ -28,7 +28,7 @@
#~(make-forkexec-constructor
(list #$(file-append (home-xbindkeys-configuration-package config) "/bin/xbindkeys")
"--nodaemon")
#:log-file (format #f "~a/.local/var/log/xbindkeys.scm" (getenv "HOME"))))
#:log-file (format #f "~a/.local/var/log/xbindkeys.log" (getenv "HOME"))))
(stop #~(make-kill-destructor)))))
(define home-xbindkeys-service-type