aboutsummaryrefslogtreecommitdiffstats
path: root/doc/org.barrier-foss.org.barrierc.plist
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.barrier-foss.org.barrierc.plist')
-rw-r--r--doc/org.barrier-foss.org.barrierc.plist18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/org.barrier-foss.org.barrierc.plist b/doc/org.barrier-foss.org.barrierc.plist
index 31e10ba..90345c8 100644
--- a/doc/org.barrier-foss.org.barrierc.plist
+++ b/doc/org.barrier-foss.org.barrierc.plist
@@ -4,17 +4,17 @@
<plist version="1.0">
<!-- Mac OSX only: Copy this plist file into [~]/Library/LaunchAgents to start barrier client automatically. Make sure you change the IP below. -->
<dict>
- <key>Label</key>
- <string>org.debauchee.com.barrierc.plist</string>
- <key>OnDemand</key>
- <false/>
- <key>ProgramArguments</key>
- <array>
+ <key>Label</key>
+ <string>org.debauchee.com.barrierc.plist</string>
+ <key>OnDemand</key>
+ <false/>
+ <key>ProgramArguments</key>
+ <array>
<string>/usr/bin/barrierc</string>
<!-- Replace this IP with the IP of your barriers server -->
<string>192.168.0.2</string>
- </array>
- <key>RunAtLoad</key>
- <true/>
+ </array>
+ <key>RunAtLoad</key>
+ <true/>
</dict>
</plist>