19 lines
596 B
Desktop File
19 lines
596 B
Desktop File
|
[Desktop Entry]
|
||
|
Name=VSCodium
|
||
|
Comment=Code Editing. Redefined.
|
||
|
GenericName=Text Editor
|
||
|
Exec=/opt/vscodium-bin/bin/codium --enable-features=UseOzonePlatform --ozone-platform=wayland --no-sandbox --unity-launch %F
|
||
|
Icon=vscodium
|
||
|
Type=Application
|
||
|
StartupNotify=true
|
||
|
StartupWMClass=VSCodium
|
||
|
Categories=Utility;Development;IDE;
|
||
|
MimeType=text/plain;inode/directory;
|
||
|
Actions=new-empty-window;
|
||
|
Keywords=vscode;
|
||
|
|
||
|
[Desktop Action new-empty-window]
|
||
|
Name=New Empty Window
|
||
|
Exec=/opt/vscodium-bin/bin/codium --enable-features=UseOzonePlatform --ozone-platform=wayland --no-sandbox --new-window %F
|
||
|
Icon=vscodium
|