aboutsummaryrefslogtreecommitdiffstats
path: root/doc/org.barrier-foss.org.barriers.plist
blob: f1ab5bf96fdf582f4f1452325d06b7045ac981b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
    "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<!-- Mac OSX only: Copy this plist file into [~]/Library/LaunchAgents to start barrier server automatically. Make sure you change configuration file below -->
<dict>
     <key>Label</key>
     <string>org.debauchee.com.barriers.plist</string>
     <key>OnDemand</key>
     <false/>
     <key>ProgramArguments</key>
     <array>
        <string>/usr/bin/barriers</string>
            <string>--no-daemon</string>
            <string>--config</string>
            <!-- Replace this path with the path to your barrier configuration -->
            <string>/Users/snorp/.barrier.conf</string>
    </array>
    <key>RunAtLoad</key>
    <true/>
</dict>
</plist>