Add org file for Applications (.desktop files)
This commit is contained in:
parent
b22aca15ee
commit
a98ab1e2ee
18
dotfiles/applications.org
Normal file
18
dotfiles/applications.org
Normal 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
|
Loading…
Reference in New Issue
Block a user