forked from Pisilinux/contrib
16 lines
394 B
Desktop File
16 lines
394 B
Desktop File
[Desktop Entry]
|
|
Name=Cursor
|
|
Exec=/usr/bin/cursor --no-sandbox %U
|
|
Terminal=false
|
|
Type=Application
|
|
Icon=cursor
|
|
# Change the class below to "Cursor" when on X11
|
|
StartupWMClass=cursor
|
|
X-AppImage-Version=@@PKGVERSION@@
|
|
MimeType=x-scheme-handler/cursor;
|
|
Categories=Development;IDE;
|
|
|
|
[Desktop Action new-empty-window]
|
|
Name=New Empty Window
|
|
Exec=/usr/bin/cursor --no-sandbox --new-window %F
|
|
Icon=cursor |