From 02d62aef0695d50c368c174cdd56de49fe839931 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 11 Nov 2018 16:01:18 +0100 Subject: pkg/dome-key.in.rb: Add the command to run if you don't use launchd Now that I think about it, a daemon would execute in the background, not take over the shell. But whatever, not going to change that now when I'm about to release the program. --- pkg/dome-key.in.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/dome-key.in.rb b/pkg/dome-key.in.rb index d6f6dc6..4e659d1 100644 --- a/pkg/dome-key.in.rb +++ b/pkg/dome-key.in.rb @@ -33,6 +33,8 @@ class DomeKey < Formula EOS end + plist_options :manual => "dome-key --daemon --audio" + def plist; <<~EOS ${PLIST} EOS -- cgit v1.2.3