homebrew.mxcl.skhd.plist 662 B

12345678910111213141516171819202122232425
  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>homebrew.mxcl.skhd</string>
  7. <key>ProgramArguments</key>
  8. <array>
  9. <string>/opt/homebrew/opt/skhd/bin/skhd</string>
  10. </array>
  11. <key>EnvironmentVariables</key>
  12. <dict>
  13. <key>PATH</key>
  14. <string>/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
  15. </dict>
  16. <key>RunAtLoad</key>
  17. <true/>
  18. <key>KeepAlive</key>
  19. <true/>
  20. <key>ProcessType</key>
  21. <string>Interactive</string>
  22. <key>Nice</key>
  23. <integer>-20</integer>
  24. </dict>
  25. </plist>