2019-04-05 11:13:35 +02:00
|
|
|
#+TITLE:Desktop file for the applications
|
|
|
|
|
|
|
|
* Neomutt
|
|
|
|
:PROPERTIES:
|
|
|
|
:header-args: :tangle ~/.local/share/applications/neomutt.desktop
|
|
|
|
:header-args+: :comments both :mkdirp yes
|
|
|
|
:END:
|
|
|
|
#+begin_src conf
|
|
|
|
[Desktop Entry]
|
2019-05-16 21:13:08 +02:00
|
|
|
Name=Neomutt
|
2019-04-05 11:13:35 +02:00
|
|
|
GenericName=Email client
|
2019-05-16 21:13:08 +02:00
|
|
|
Exec=/usr/bin/termite -e neomutt %u
|
2019-04-05 11:13:35 +02:00
|
|
|
Type=Application
|
2019-05-16 21:13:08 +02:00
|
|
|
Icon=/usr/share/icons/Papirus/64x64/apps/mutt.svg
|
2019-04-05 11:13:35 +02:00
|
|
|
Categories=Network;Email;
|
|
|
|
MimeType=message/rfc822;x-scheme-handler/mailto;application/x-xpinstall;
|
|
|
|
StartupNotify=true
|
|
|
|
#+end_src
|
2019-04-05 12:03:49 +02:00
|
|
|
|
|
|
|
* 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
|
2019-05-16 21:13:08 +02:00
|
|
|
Icon=/usr/share/icons/Papirus/64x64/apps/zathura.svg
|
2019-04-05 12:03:49 +02:00
|
|
|
Terminal=false
|
|
|
|
Categories=Office;Viewer;
|
|
|
|
Keywords=PDF;PS;PostScript;DjVU;document;presentation;viewer;
|
|
|
|
#+end_src
|
2019-05-16 21:13:08 +02:00
|
|
|
|
2019-04-10 16:41:26 +02:00
|
|
|
* Weechat
|
|
|
|
:PROPERTIES:
|
|
|
|
:header-args: :tangle ~/.local/share/applications/weechat.desktop
|
|
|
|
:header-args+: :comments both :mkdirp yes
|
|
|
|
:END:
|
|
|
|
#+begin_src conf
|
2019-05-16 21:13:08 +02:00
|
|
|
[Desktop Entry]
|
|
|
|
Encoding=UTF-8
|
|
|
|
MultipleArgs=false
|
|
|
|
Terminal=false
|
|
|
|
Exec=termite --class=WeeChat -e 'weechat'
|
|
|
|
StartupWMClass=WeeChat
|
|
|
|
Icon=/usr/share/icons/Papirus/64x64/apps/weechat.svg
|
|
|
|
Type=Application
|
|
|
|
Categories=Network;IRCClient;
|
|
|
|
StartupNotify=true
|
|
|
|
Name=WeeChat
|
|
|
|
GenericName=IRC Client
|
|
|
|
#+end_src
|
|
|
|
|
|
|
|
* Matlab
|
|
|
|
:PROPERTIES:
|
|
|
|
:header-args: :tangle ~/.local/share/applications/matlab.desktop
|
|
|
|
:header-args+: :comments both :mkdirp yes
|
|
|
|
:END:
|
|
|
|
#+begin_src conf
|
|
|
|
[Desktop Entry]
|
|
|
|
Version=1.0
|
|
|
|
Type=Application
|
|
|
|
Terminal=false
|
|
|
|
Exec=/usr/local/bin/matlab -desktop
|
|
|
|
Name=MATLAB
|
|
|
|
Icon=/usr/share/icons/Papirus/48x48/apps/matlab.svg
|
|
|
|
Categories=Development;Math;Science
|
|
|
|
Comment=Scientific computing environment
|
|
|
|
StartupNotify=true
|
|
|
|
StartupWMClass=com-mathworks-util-PostVMInit
|
|
|
|
#+end_src
|
|
|
|
|
|
|
|
* Neovim
|
|
|
|
:PROPERTIES:
|
|
|
|
:header-args: :tangle ~/.local/share/applications/nvim.desktop
|
|
|
|
:header-args+: :comments both :mkdirp yes
|
|
|
|
:END:
|
|
|
|
#+begin_src conf
|
|
|
|
[Desktop Entry]
|
|
|
|
Name=Neovim
|
|
|
|
GenericName=Text Editor
|
|
|
|
Comment=Edit text files
|
|
|
|
Exec=nvim %F
|
|
|
|
Terminal=true
|
|
|
|
Type=Application
|
|
|
|
Keywords=Text;editor;
|
|
|
|
Icon=/usr/share/icons/Papirus/48x48/apps/nvim.svg
|
|
|
|
Categories=Utility;TextEditor;
|
|
|
|
StartupNotify=false
|
|
|
|
MimeType=text/english;text/plain;text/x-makefile;
|
|
|
|
#+end_src
|
|
|
|
|
|
|
|
* TODO Transmission
|
|
|
|
:PROPERTIES:
|
|
|
|
:header-args: :tangle ~/.local/share/applications/transmission.desktop
|
|
|
|
:header-args+: :comments both :mkdirp yes
|
|
|
|
:END:
|
|
|
|
|
|
|
|
#+begin_src conf
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Application
|
|
|
|
Name=Torrent
|
|
|
|
Exec=/usr/bin/env transadd %U
|
|
|
|
#+end_src
|
|
|
|
* Images
|
|
|
|
:PROPERTIES:
|
|
|
|
:header-args: :tangle ~/.local/share/applications/img.desktop
|
|
|
|
:header-args+: :comments both :mkdirp yes
|
|
|
|
:END:
|
|
|
|
#+begin_src conf
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Application
|
|
|
|
Name=Image viewer
|
|
|
|
Exec=/usr/bin/sxiv -a %u
|
|
|
|
#+end_src
|
|
|
|
|
|
|
|
* TODO RSS
|
|
|
|
:PROPERTIES:
|
|
|
|
:header-args: :tangle ~/.local/share/applications/rss.desktop
|
|
|
|
:header-args+: :comments both :mkdirp yes
|
|
|
|
:END:
|
|
|
|
#+begin_src conf
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Application
|
|
|
|
Name=RSS feed addition
|
|
|
|
Exec=/usr/bin/env rssadd %U
|
2019-04-10 16:41:26 +02:00
|
|
|
#+end_src
|