-
-
Save ashutosh2411/013949bdc3afd3695ab27ed67512c844 to your computer and use it in GitHub Desktop.
Marp.desktop file to add a system shortcut for Marp (https://yhatt.github.io/marp/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env xdg-open | |
[Desktop Entry] | |
Type=Application | |
Name=Marp | |
GenericName=Marp - Markdown Presentation Editor | |
Icon=/home/lilian/.local/Marp/marp.png | |
Exec=/home/lilian/.local/Marp/Marp %f | |
Categories=Office | |
Terminal=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
marp.png
$ desktop-file-validate Marp.desktop
$ sudo desktop-file-install Marp.desktop