From 83eb0dd12b9fb42176ec6f2376464f103bdd2d9c Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Fri, 5 Apr 2019 12:03:49 +0200 Subject: [PATCH] Add zathura .desktop entry --- dotfiles/applications.org | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dotfiles/applications.org b/dotfiles/applications.org index d8fba07..cbe63d4 100644 --- a/dotfiles/applications.org +++ b/dotfiles/applications.org @@ -16,3 +16,24 @@ MimeType=message/rfc822;x-scheme-handler/mailto;application/x-xpinstall; StartupNotify=true #+end_src + +* Zathura + :PROPERTIES: + :header-args: :tangle ~/.local/share/applications/zathura.desktop + :header-args+: :comments both :mkdirp yes + :END: +#+begin_src conf + [Desktop Entry] + Version=1.0 + Type=Application + Name=Zathura + Comment=A minimalistic document viewer + Exec=zathura %U + # Translators: Icon of the desktop entry. + Icon=org.pwmt.zathura + Terminal=false + Categories=Office;Viewer; + # Translators: Search terms to find this application. Do not translate or + # localize the semicolons. The list must also end with a semicolon. + Keywords=PDF;PS;PostScript;DjVU;document;presentation;viewer; +#+end_src