Add 'sublime-text-4/' from commit '499edeb25f
'
git-subtree-dir: sublime-text-4 git-subtree-mainline:b1ad5a3f48
git-subtree-split:499edeb25f
This commit is contained in:
commit
44812fd196
4 changed files with 94 additions and 0 deletions
24
sublime-text-4/sublime_text.desktop
Normal file
24
sublime-text-4/sublime_text.desktop
Normal file
|
@ -0,0 +1,24 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Sublime Text
|
||||
GenericName=Text Editor
|
||||
Comment=Sophisticated text editor for code, markup and prose
|
||||
Exec=subl %F
|
||||
Terminal=false
|
||||
MimeType=text/plain;
|
||||
Icon=sublime-text
|
||||
Categories=TextEditor;Development;
|
||||
StartupNotify=true
|
||||
StartupWMClass=subl
|
||||
Actions=Window;Document;
|
||||
|
||||
[Desktop Action Window]
|
||||
Name=New Window
|
||||
Exec=subl -n
|
||||
OnlyShowIn=Unity;
|
||||
|
||||
[Desktop Action Document]
|
||||
Name=New File
|
||||
Exec=subl --command new_file
|
||||
OnlyShowIn=Unity;
|
Loading…
Add table
Add a link
Reference in a new issue