From 15b1898664c41b60fefad9ba844efb5ee6a03af4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 6 Apr 2022 23:44:55 -0700 Subject: Add xbindkeys configuration --- oni/home/data/config.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'oni/home/data') 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)))) -- cgit v1.2.3-54-g00ecf