chore: add .desktop file for auto-move workspace support

This commit is contained in:
Hibryda 2026-03-26 01:32:24 +01:00
parent c04eb58e85
commit c7d0c80d43

View file

@ -0,0 +1,21 @@
[Desktop Entry]
Type=Application
Name=Agents Orchestrator
Comment=Multi-project AI agent dashboard with terminals, SSH, and multi-agent orchestration
Exec=/home/hibryda/code/ai/agent-orchestrator/scripts/launch.sh start
Icon=agents-orchestrator
Terminal=false
Categories=Development;IDE;Utility;
Keywords=AI;Agent;Claude;Codex;Ollama;Terminal;SSH;
StartupWMClass=dev.agor.orchestrator
StartupNotify=true
MimeType=
Actions=stop;clean-start;
[Desktop Action stop]
Name=Stop All Instances
Exec=/home/hibryda/code/ai/agent-orchestrator/scripts/launch.sh stop
[Desktop Action clean-start]
Name=Clean Start (rebuild)
Exec=/home/hibryda/code/ai/agent-orchestrator/scripts/launch.sh start --clean