aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services/unclutter.scm
diff options
context:
space:
mode:
Diffstat (limited to 'oni/home/services/unclutter.scm')
-rw-r--r--oni/home/services/unclutter.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/oni/home/services/unclutter.scm b/oni/home/services/unclutter.scm
index 2230673..ba69d20 100644
--- a/oni/home/services/unclutter.scm
+++ b/oni/home/services/unclutter.scm
@@ -61,7 +61,7 @@
(if (> (length buttons) 0)
(list
"--ignore-buttons"
- (string-join (map (lambda (i) (format #f "~s" i)) buttons) ","))
+ (string-join (map (λ (i) (format #f "~s" i)) buttons) ","))
'())))
#:log-file (format #f "~a/.local/var/log/unclutter.log" (getenv "HOME"))))
(stop #~(make-kill-destructor)))))