aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/dome-key.in.rb
diff options
context:
space:
mode:
authorTeddy Wing2018-11-11 16:01:18 +0100
committerTeddy Wing2018-11-11 16:01:18 +0100
commit02d62aef0695d50c368c174cdd56de49fe839931 (patch)
tree45b3eb9a81cb51ed1497a8aca5645f8dacc06210 /pkg/dome-key.in.rb
parent5ca9af6303ae63fe50b902975ec38be87218a831 (diff)
downloadDomeKey-02d62aef0695d50c368c174cdd56de49fe839931.tar.bz2
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.
Diffstat (limited to 'pkg/dome-key.in.rb')
-rw-r--r--pkg/dome-key.in.rb2
1 files changed, 2 insertions, 0 deletions
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