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