Fix log file for xbindkeys
This commit is contained in:
parent
22691e33f9
commit
13991b6c3d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue