Created
February 7, 2017 14:43
-
-
Save Naereen/39d75202fc37d540571bd8266d51fc5e 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