Use xbindkeys ‘-fg’ instead of ‘--file-guile’

Even though the output of the ‘--help’ command promises that ‘--file-guile’ is
the same as ‘-fg’ it appears that specifying ‘--file-guile’ doesn't work. It
just pops up the help message.
This commit is contained in:
Tom Willemse 2022-04-20 16:39:43 -07:00
parent 2489c0fc26
commit 798b19788e

View file

@ -85,7 +85,7 @@
#~(make-forkexec-constructor #~(make-forkexec-constructor
(list #$(file-append (home-xbindkeys-configuration-package config) "/bin/xbindkeys") (list #$(file-append (home-xbindkeys-configuration-package config) "/bin/xbindkeys")
"--nodaemon" "--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")))) #:log-file (format #f "~a/.local/var/log/xbindkeys.log" (getenv "HOME"))))
(stop #~(make-kill-destructor))))) (stop #~(make-kill-destructor)))))