19 lines
528 B
Org Mode
19 lines
528 B
Org Mode
|
#+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
|