aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-08-23 11:24:42 -0700
committerGravatar Tom Willemse2023-08-23 11:24:42 -0700
commitb98c93c159ac3213442d9581a8ef54244fa814fc (patch)
tree6fb361e3a60dcfda2e4b05e5e8c7f4ec53e3bdb8 /oni/home/services
parent9ecba4df9048370423500149e4793b2c78c38307 (diff)
downloadnew-dotfiles-b98c93c159ac3213442d9581a8ef54244fa814fc.tar.gz
new-dotfiles-b98c93c159ac3213442d9581a8ef54244fa814fc.zip
Change herbstluftwm configuration to consist of multiple files
Diffstat (limited to 'oni/home/services')
-rw-r--r--oni/home/services/herbstluftwm.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/oni/home/services/herbstluftwm.scm b/oni/home/services/herbstluftwm.scm
index 306e497..8dfc77c 100644
--- a/oni/home/services/herbstluftwm.scm
+++ b/oni/home/services/herbstluftwm.scm
@@ -46,7 +46,7 @@
(alist '())
"Layouts to load for tags")
(extra
- (list '())
+ (text-config '())
"Extra commands"))
(define (add-herbstluftwm-packages config)
@@ -105,8 +105,9 @@
(car layout-pair)
(cdr layout-pair)))
(home-herbstluftwm-configuration-layouts config))
- (map (λ (line) (format #f "herbstclient ~a\n" line))
- (home-herbstluftwm-configuration-extra config))))))
+ (list (serialize-text-config
+ config
+ (home-herbstluftwm-configuration-extra config)))))))
(define (add-herbstluftwm-executable config)
(home-xinit-extension