aboutsummaryrefslogtreecommitdiffstats
path: root/oni
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-04-20 16:39:43 -0700
committerGravatar Tom Willemse2022-04-20 16:39:43 -0700
commit798b19788ee64abc5c61450a8ef680f9db623458 (patch)
treeadc862f92c0cb6cc6c4eb328290445f3611d6e82 /oni
parent2489c0fc26728f505cc95f9518b5f1ff17bae6e7 (diff)
downloadnew-dotfiles-798b19788ee64abc5c61450a8ef680f9db623458.tar.gz
new-dotfiles-798b19788ee64abc5c61450a8ef680f9db623458.zip
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.
Diffstat (limited to 'oni')
-rw-r--r--oni/home/services/xbindkeys.scm2
1 files changed, 1 insertions, 1 deletions
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)))))