summarylogtreecommitdiffstats
path: root/notesnook.desktop
diff options
context:
space:
mode:
Diffstat (limited to 'notesnook.desktop')
-rw-r--r--notesnook.desktop23
1 files changed, 23 insertions, 0 deletions
diff --git a/notesnook.desktop b/notesnook.desktop
new file mode 100644
index 000000000000..42df99f354fc
--- /dev/null
+++ b/notesnook.desktop
@@ -0,0 +1,23 @@
+[Desktop Entry]
+Name=Notesnook
+Exec=notesnook %U
+Terminal=false
+Type=Application
+Icon=notesnook
+StartupWMClass=Notesnook
+actions=undefined
+Comment=Your private note taking space
+Categories=Office;
+Actions=new-note;new-notebook;new-reminder;
+
+[Desktop Action new-note]
+Name=New note
+Exec=notesnook %U new note
+
+[Desktop Action new-notebook]
+Name=New notebook
+Exec=notesnook %U new notebook
+
+[Desktop Action new-reminder]
+Name=New reminder
+Exec=notesnook %U new reminder \ No newline at end of file