From 0ed959e75a5720b251172cdbdeaebd0ea980ee39 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Mon, 16 Mar 2020 12:15:41 +0100 Subject: [PATCH] Add Zathura application --- dotfiles/applications.org | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dotfiles/applications.org b/dotfiles/applications.org index df7c511..12ff843 100644 --- a/dotfiles/applications.org +++ b/dotfiles/applications.org @@ -109,6 +109,24 @@ 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 + Icon=/usr/share/icons/Papirus/64x64/apps/zathura.svg + Terminal=false + Categories=Office;Viewer; + Keywords=PDF;PS;PostScript;DjVU;document;presentation;viewer; +#+end_src + * Neovim :PROPERTIES: :header-args: :tangle ~/.local/share/applications/nvim.desktop