com.koekeishiya.yabai.plist 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  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>com.koekeishiya.yabai</string>
  7. <key>ProgramArguments</key>
  8. <array>
  9. <string>/opt/homebrew/bin/yabai</string>
  10. </array>
  11. <key>EnvironmentVariables</key>
  12. <dict>
  13. <key>PATH</key>
  14. <string>/Users/powellc/.local/bin:/opt/homebrew/bin:/Users/powellc/.emacs.d/bin:/Users/powellc/.screenlayout:/Users/powellc/.poetry/bin:/Users/powellc/.bin:/Users/powellc/.cargo/bin:/Users/powellc/.asdf/installs/rust/latest/bin:/Users/powellc/.go/bin:/Users/powellc/.asdf/shims:/Users/powellc/.asdf/bin:/opt/homebrew/bin/:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/opt/homebrew/bin</string>
  15. </dict>
  16. <key>RunAtLoad</key>
  17. <true/>
  18. <key>KeepAlive</key>
  19. <dict>
  20. <key>SuccessfulExit</key>
  21. <false/>
  22. <key>Crashed</key>
  23. <true/>
  24. </dict>
  25. <key>StandardOutPath</key>
  26. <string>/tmp/yabai_powellc.out.log</string>
  27. <key>StandardErrorPath</key>
  28. <string>/tmp/yabai_powellc.err.log</string>
  29. <key>ProcessType</key>
  30. <string>Interactive</string>
  31. <key>Nice</key>
  32. <integer>-20</integer>
  33. </dict>
  34. </plist>