chore: add .desktop file for auto-move workspace support
This commit is contained in:
parent
c04eb58e85
commit
c7d0c80d43
1 changed files with 21 additions and 0 deletions
21
assets/agents-orchestrator.desktop
Normal file
21
assets/agents-orchestrator.desktop
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue