blob: 9076c15c6c93fcf2698ca1bd368ebd72de212017 (
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=/opt/notesnook/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=/opt/notesnook/notesnook %U new note
[Desktop Action new-notebook]
Name=New notebook
Exec=/opt/notesnook/notesnook %U new notebook
[Desktop Action new-reminder]
Name=New reminder
Exec=/opt/notesnook/notesnook %U new reminder
|