summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sigils/home/services/hyprland.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/sigils/home/services/hyprland.scm b/sigils/home/services/hyprland.scm
index f0c5678..e628b59 100644
--- a/sigils/home/services/hyprland.scm
+++ b/sigils/home/services/hyprland.scm
@@ -63,6 +63,14 @@
expressions)
,(align nestness) "}\n"))
+ ((term (expressions ...))
+ `(,(align nestness) ,(serialize-term term)
+ " ="
+ ,@(append-map (lambda (n)
+ `(" " ,(serialize-term n)))
+ expressions)
+ "\n"))
+
((term . rest)
`(,(align nestness)
,(serialize-term term)