| 12345678910111213141516171819202122232425 | <?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.skhd</string>  <key>ProgramArguments</key>  <array>    <string>/opt/homebrew/opt/skhd/bin/skhd</string>  </array>  <key>EnvironmentVariables</key>  <dict>    <key>PATH</key>    <string>/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>  </dict>  <key>RunAtLoad</key>  <true/>  <key>KeepAlive</key>  <true/>  <key>ProcessType</key>  <string>Interactive</string>        <key>Nice</key>  <integer>-20</integer></dict></plist>
 |