aboutsummarylogtreecommitdiffstats
path: root/sublime_text.desktop
blob: 84439ac3801c218ed45f08175cf2c02596702726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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

[Desktop Action Document]
Name=New File
Exec=subl --command new_file