summaryrefslogtreecommitdiff
path: root/.mac
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2018-11-16 04:42:55 +0000
committerMike Crute <mike@crute.us>2018-11-16 04:42:55 +0000
commiteecf0453fd4ce910799cf7ac26fb1e692fc69986 (patch)
tree9827bb03596a1b23b9f6a5651ad07b554849e748 /.mac
parentd6b3274e87cdcd6cddae96e6976e745bcb4bf15d (diff)
downloaddotfiles-eecf0453fd4ce910799cf7ac26fb1e692fc69986.tar.bz2
dotfiles-eecf0453fd4ce910799cf7ac26fb1e692fc69986.tar.xz
dotfiles-eecf0453fd4ce910799cf7ac26fb1e692fc69986.zip
Move launchd agents to mac folder
Diffstat (limited to '.mac')
-rw-r--r--.mac/launchd/me.crute.RemoteVLC.plist18
-rw-r--r--.mac/launchd/me.crute.RemoteVLCAltPort.plist18
-rw-r--r--.mac/launchd/me.crute.TabServer.plist14
-rw-r--r--.mac/launchd/me.crute.TabServerAltPort.plist16
4 files changed, 66 insertions, 0 deletions
diff --git a/.mac/launchd/me.crute.RemoteVLC.plist b/.mac/launchd/me.crute.RemoteVLC.plist
new file mode 100644
index 0000000..0970908
--- /dev/null
+++ b/.mac/launchd/me.crute.RemoteVLC.plist
@@ -0,0 +1,18 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>Label</key>
6 <string>me.crute.RemoteVLC</string>
7 <key>RunAtLoad</key>
8 <true/>
9 <key>ProgramArguments</key>
10 <array>
11 <string>/Applications/VLC.app/Contents/MacOS/VLC</string>
12 <string>-I</string>
13 <string>rc</string>
14 <string>--advanced</string>
15 <string>--rc-host=127.0.0.1:1234</string>
16 </array>
17</dict>
18</plist>
diff --git a/.mac/launchd/me.crute.RemoteVLCAltPort.plist b/.mac/launchd/me.crute.RemoteVLCAltPort.plist
new file mode 100644
index 0000000..5d6c9ed
--- /dev/null
+++ b/.mac/launchd/me.crute.RemoteVLCAltPort.plist
@@ -0,0 +1,18 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>Label</key>
6 <string>me.crute.RemoteVLC</string>
7 <key>RunAtLoad</key>
8 <true/>
9 <key>ProgramArguments</key>
10 <array>
11 <string>/Applications/VLC.app/Contents/MacOS/VLC</string>
12 <string>-I</string>
13 <string>rc</string>
14 <string>--advanced</string>
15 <string>--rc-host=127.0.0.1:1235</string>
16 </array>
17</dict>
18</plist>
diff --git a/.mac/launchd/me.crute.TabServer.plist b/.mac/launchd/me.crute.TabServer.plist
new file mode 100644
index 0000000..b89afa5
--- /dev/null
+++ b/.mac/launchd/me.crute.TabServer.plist
@@ -0,0 +1,14 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>Label</key>
6 <string>me.crute.TabServer</string>
7 <key>RunAtLoad</key>
8 <true/>
9 <key>ProgramArguments</key>
10 <array>
11 <string>/Users/mcrute/bin/tab_server.py</string>
12 </array>
13</dict>
14</plist>
diff --git a/.mac/launchd/me.crute.TabServerAltPort.plist b/.mac/launchd/me.crute.TabServerAltPort.plist
new file mode 100644
index 0000000..33d6857
--- /dev/null
+++ b/.mac/launchd/me.crute.TabServerAltPort.plist
@@ -0,0 +1,16 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>Label</key>
6 <string>me.crute.TabServer</string>
7 <key>RunAtLoad</key>
8 <true/>
9 <key>ProgramArguments</key>
10 <array>
11 <string>/bin/sh</string>
12 <string>-c</string>
13 <string>exec $HOME/bin/tab_server.py -p 1425</string>
14 </array>
15</dict>
16</plist>