From c356f59bb859838c1f43e2d592844197ab3c59c9 Mon Sep 17 00:00:00 2001 From: boksbc Date: Mon, 11 May 2026 22:09:43 +0200 Subject: [PATCH] feat: LaunchAgent plist for auto-start on login --- launchagent/at.pxo.fox.plist | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 launchagent/at.pxo.fox.plist diff --git a/launchagent/at.pxo.fox.plist b/launchagent/at.pxo.fox.plist new file mode 100644 index 0000000..0c68b4e --- /dev/null +++ b/launchagent/at.pxo.fox.plist @@ -0,0 +1,26 @@ + + + + + Label + at.pxo.fox + ProgramArguments + + /Applications/Fox.app/Contents/MacOS/Fox + + RunAtLoad + + KeepAlive + + StandardOutPath + /tmp/fox-desktop.log + StandardErrorPath + /tmp/fox-desktop.log + EnvironmentVariables + + FOX_URL + https://fox.pxo.at + + +