From e91826c52adadc90dcb12c10df19a7cf60ca3ac4 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 29 Dec 2019 13:06:46 +0000 Subject: Add notepad++ as notepadpp --- notepadpp/debian/notepadpp.desktop | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 notepadpp/debian/notepadpp.desktop (limited to 'notepadpp/debian/notepadpp.desktop') diff --git a/notepadpp/debian/notepadpp.desktop b/notepadpp/debian/notepadpp.desktop new file mode 100644 index 0000000..fc40542 --- /dev/null +++ b/notepadpp/debian/notepadpp.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Categories=TextEditor;Development; +Comment=Edit your source files +Exec=/usr/bin/notepadpp %F +GenericName=Text Editor +Icon=notepadpp +Keywords=TextEditor; +MimeType=text/plain; +Name=Notepadpp +StartupNotify=true +Terminal=false +Type=Application +Version=1.0 -- cgit