blob: 5f232981e40b2502ffd4f4af46b03b0d287ef5c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[Desktop Entry]
Name=MrCode
Comment=An IDE based on VSCode / VSCodium
GenericName=Text Editor
Exec=/usr/bin/mrcode %F
Icon=mrcode-bin
Type=Application
StartupNotify=false
StartupWMClass=mrcode
Categories=Utility;Development;IDE;
MimeType=text/plain;inode/directory;
Actions=new-empty-window;
Keywords=mrcode;
[Desktop Action new-empty-window]
Name=New Empty Window
Exec=/usr/bin/mrcode --new-window %F
Icon=mrcode-bin
|