Skip to content

Instantly share code, notes, and snippets.

@ChristianSch
Created March 31, 2017 08:10
Show Gist options
  • Save ChristianSch/160c41907ce820030daf0887d1dcbd93 to your computer and use it in GitHub Desktop.
Save ChristianSch/160c41907ce820030daf0887d1dcbd93 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>homebrew.mxcl.kwm</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/opt/kwm/kwm</string>
</array>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>$PATH:/usr/local/Cellar/khd/2.0.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
<key>SHELL</key>
<string>/bin/bash</string>
</dict>
<key>KeepAlive</key>
<true/>
<key>Sockets</key>
<dict>
<key>Listeners</key>
<dict>
<key>SockServiceName</key>
<string>3020</string>
<key>SockType</key>
<string>dgram</string>
<key>SockFamily</key>
<string>IPv4</string>
</dict>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment