-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmdexplore.desktop.sample
More file actions
29 lines (24 loc) · 932 Bytes
/
Copy pathmdexplore.desktop.sample
File metadata and controls
29 lines (24 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copy this file to: ~/.local/share/applications/mdexplore.desktop
# Then edit the absolute paths below for your environment.
#
# Example:
# cp /path/to/mdexplore/mdexplore.desktop.sample ~/.local/share/applications/mdexplore.desktop
# chmod +x ~/.local/share/applications/mdexplore.desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=mdexplore
GenericName=Markdown Explorer
Comment=Browse and preview Markdown files with math and diagrams
# Absolute path to your launcher script:
# Keep %u so file-manager integrations can pass a selected directory/URI.
Exec=/home/YOUR_USER/Projects/mdexplore/mdexplore.sh %u
# Optional working directory:
Path=/home/YOUR_USER/Projects/mdexplore
# Absolute path to icon file:
Icon=/home/YOUR_USER/Projects/mdexplore/mdexplor-icon.png
StartupWMClass=mdexplore
Terminal=false
StartupNotify=true
Categories=Utility;Office;TextTools;
Keywords=markdown;preview;mathjax;mermaid;plantuml;