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:
parent
2489c0fc26
commit
798b19788e
1 changed files with 1 additions and 1 deletions
|
@ -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)))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue