arch-packages/sublime-text-dev/sublime_text.desktop

25 lines
474 B
Desktop File
Raw Normal View History

2015-07-07 23:11:13 +02:00
[Desktop Entry]
Version=1.0
Type=Application
2021-05-21 13:28:04 +02:00
Name=Sublime Text
2015-07-07 23:11:13 +02:00
GenericName=Text Editor
Comment=Sophisticated text editor for code, markup and prose
2021-05-21 13:28:04 +02:00
Exec=subl %F
2015-07-07 23:11:13 +02:00
Terminal=false
MimeType=text/plain;
Icon=sublime-text
Categories=TextEditor;Development;
StartupNotify=true
2021-05-21 13:28:04 +02:00
StartupWMClass=subl
2015-07-07 23:11:13 +02:00
Actions=Window;Document;
[Desktop Action Window]
Name=New Window
2021-05-21 13:28:04 +02:00
Exec=subl -n
2015-07-07 23:11:13 +02:00
OnlyShowIn=Unity;
[Desktop Action Document]
Name=New File
2021-05-21 13:28:04 +02:00
Exec=subl --command new_file
2015-07-07 23:11:13 +02:00
OnlyShowIn=Unity;