Skip to content

Commit 99a9460

Browse files
committed
feat(dev): add zed desktop entry and icon
1 parent faf3d26 commit 99a9460

5 files changed

Lines changed: 242 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Type=Application
4+
Name=Zed
5+
GenericName=Text Editor
6+
Comment=A high-performance, multiplayer code editor.
7+
TryExec=zed
8+
StartupNotify=true
9+
Exec=zed %U
10+
Icon=zed
11+
Categories=Utility;TextEditor;Development;IDE;
12+
Keywords=zed;
13+
# To add Zed to "Open Folder With..." context menu, add `inode/directory` to the MimeType field (semicolon separated)
14+
# Arch linux users have reported this setting Zed 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.
16+
MimeType=text/plain;application/x-zerosize;x-scheme-handler/zed;
17+
Actions=NewWorkspace;
18+
19+
[Desktop Action NewWorkspace]
20+
Exec=zed --new %U
21+
Name=Open a new workspace

0 commit comments

Comments
 (0)