aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/data/config.scm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-04-06 23:44:55 -0700
committerGravatar Tom Willemse2022-04-06 23:44:55 -0700
commit15b1898664c41b60fefad9ba844efb5ee6a03af4 (patch)
tree7d36e78e827fb42ddccb69a829a99a3cca4a5148 /oni/home/data/config.scm
parentfde6941d93f35b7cba4144a116df223fca0fe661 (diff)
downloadnew-dotfiles-15b1898664c41b60fefad9ba844efb5ee6a03af4.tar.gz
new-dotfiles-15b1898664c41b60fefad9ba844efb5ee6a03af4.zip
Add xbindkeys configuration
Diffstat (limited to 'oni/home/data/config.scm')
-rw-r--r--oni/home/data/config.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/oni/home/data/config.scm b/oni/home/data/config.scm
index 7f47da0..070f4c2 100644
--- a/oni/home/data/config.scm
+++ b/oni/home/data/config.scm
@@ -12,7 +12,8 @@
#:use-module (oni home services xmodmap)
#:use-module (oni home services kitty)
#:use-module (oni home services xsession)
- #:use-module (oni home services compton))
+ #:use-module (oni home services compton)
+ #:use-module (oni home services xbindkeys))
(home-environment
(packages (list (specification->package+output "glibc-locales")
@@ -231,4 +232,6 @@
(shadow-radius . 10)
(shadow-exclude ("name = 'mowedline'"
"class_g = 'trayer'"
- "bounding_shaped")))))))))
+ "bounding_shaped"))))))
+
+ (service home-xbindkeys-service-type))))