Skip to repository content22 lines · 891 B · text
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T05:19:14.605Z Public web read
NIP-34 coordinate
30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omegaMaintainersHidden in public view
References2 branches · 1 tag
Read-only clone
git clone https://openagents.com/git/tenant.openagents/omega.gitBrowse files
zed.desktop.in
1[Desktop Entry]
2Version=1.0
3Type=Application
4Name=$APP_NAME
5GenericName=Integrated Development Environment
6Comment=OpenAgents desktop client and integrated development environment.
7TryExec=$APP_CLI
8StartupNotify=$DO_STARTUP_NOTIFY
9Exec=$APP_CLI $APP_ARGS
10Icon=$APP_ICON
11Categories=Utility;TextEditor;Development;IDE;
12Keywords=omega;
13# To add Omega to "Open Folder With..." context menu, add `inode/directory` to the MimeType field (semicolon separated)
14# Arch linux users have reported this setting the editor as default file browser. See https://github.com/zed-industries/zed/pull/39076 and related issues.
15# If this happens to you, an unconfirmed fix may be to install Arch's `gnome-defaults-list` package.
16MimeType=text/plain;application/x-zerosize;x-scheme-handler/$APP_SCHEME;
17Actions=NewWorkspace;
18
19[Desktop Action NewWorkspace]
20Exec=$APP_CLI --new $APP_ARGS
21Name=Open a new workspace
22