Initial import
This commit is contained in:
commit
e2776838bf
4 changed files with 106 additions and 0 deletions
23
sublime_text_3.desktop
Normal file
23
sublime_text_3.desktop
Normal file
|
@ -0,0 +1,23 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Sublime Text 3 Dev
|
||||
GenericName=Text Editor
|
||||
Comment=Sophisticated text editor for code, markup and prose
|
||||
Exec=subl3 %F
|
||||
Terminal=false
|
||||
MimeType=text/plain;
|
||||
Icon=sublime-text
|
||||
Categories=TextEditor;Development;
|
||||
StartupNotify=true
|
||||
Actions=Window;Document;
|
||||
|
||||
[Desktop Action Window]
|
||||
Name=New Window
|
||||
Exec=subl3 -n
|
||||
OnlyShowIn=Unity;
|
||||
|
||||
[Desktop Action Document]
|
||||
Name=New File
|
||||
Exec=subl3 --command new_file
|
||||
OnlyShowIn=Unity;
|
Loading…
Add table
Add a link
Reference in a new issue