Add org file for Applications (.desktop files)

This commit is contained in:
Thomas Dehaeze 2019-04-05 11:13:35 +02:00
parent b22aca15ee
commit a98ab1e2ee

18
dotfiles/applications.org Normal file
View File

@ -0,0 +1,18 @@
#+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]
Name=neomutt
GenericName=Email client
Exec=/usr/bin/kitty --class neomutt /usr/bin/neomutt
Type=Application
Icon=/usr/share/doc/neomutt/logo/neomutt-128.png
Categories=Network;Email;
MimeType=message/rfc822;x-scheme-handler/mailto;application/x-xpinstall;
StartupNotify=true
#+end_src