blob: 42df99f354fcbac10d6a1aa3a01e857138548927 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
|