aboutsummaryrefslogtreecommitdiffstats
path: root/oni
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-04-20 16:45:04 -0700
committerGravatar Tom Willemse2022-04-20 16:45:04 -0700
commit1f0cfee5a7b513177aead4d5ee44da34febc532a (patch)
tree3e287ce421f35575c5a9f7145a9164151cf7e016 /oni
parent5056a6051b6247f679bd4be9e6d35a7dcdc8fd0e (diff)
downloadnew-dotfiles-1f0cfee5a7b513177aead4d5ee44da34febc532a.tar.gz
new-dotfiles-1f0cfee5a7b513177aead4d5ee44da34febc532a.zip
Call the ‘first-binding’ function for xbindkeys
All of the top-level key bindings have been put into this one function, so I need to call it to actually enable the keybindings.
Diffstat (limited to 'oni')
-rw-r--r--oni/home/services/xbindkeys.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni/home/services/xbindkeys.scm b/oni/home/services/xbindkeys.scm
index efcf659..0fe2a9c 100644
--- a/oni/home/services/xbindkeys.scm
+++ b/oni/home/services/xbindkeys.scm
@@ -70,7 +70,8 @@
(map (lambda (key-pair)
(format #f " (xbindkey (quote ~s) ~s) \n" (car key-pair) (cdr key-pair)))
others)
- (list " )\n")))))
+ (list " )\n"
+ "(first-binding)\n")))))
(define (add-xbindkeys-packages config)
(list (home-xbindkeys-configuration-package config)))