We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hs
1 parent 48fce70 commit 934f7f7Copy full SHA for 934f7f7
examples/paul-config.scm
@@ -114,7 +114,7 @@
114
(length itms)))
115
;; Okay it's not great but i'm escaping quotes so that it remains valid Lua code...
116
(hs-alert (format #f "hs.alert.show(\"~a\")" (escape-special-chars message #\" #\\)))
117
- (commands `(("/usr/local/bin/hs" "-c" ,hs-alert))))
+ (commands `(("/opt/homebrew/bin/hs" "-c" ,hs-alert))))
118
(format #t "~a~%" message)
119
(receive (from to pids) (pipeline commands)
120
(close to)
0 commit comments