diff --git a/oni/home/services/xbindkeys.scm b/oni/home/services/xbindkeys.scm index 984a163..efcf659 100644 --- a/oni/home/services/xbindkeys.scm +++ b/oni/home/services/xbindkeys.scm @@ -85,7 +85,7 @@ #~(make-forkexec-constructor (list #$(file-append (home-xbindkeys-configuration-package config) "/bin/xbindkeys") "--nodaemon" - "--file-guile" #$(home-xbindkeys-configuration-file config)) + "-fg" #$(home-xbindkeys-configuration-file config)) #:log-file (format #f "~a/.local/var/log/xbindkeys.log" (getenv "HOME")))) (stop #~(make-kill-destructor)))))