Add Zathura application
This commit is contained in:
parent
354cc4a6dd
commit
0ed959e75a
@ -109,6 +109,24 @@
|
|||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
#+end_src
|
#+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
|
* Neovim
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.local/share/applications/nvim.desktop
|
:header-args: :tangle ~/.local/share/applications/nvim.desktop
|
||||||
|
Loading…
Reference in New Issue
Block a user