diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-11-08 20:41:40 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-11-08 20:41:40 +0000 |
commit | 47f3bc8e0a8784f849cce23c9dfa72d1ea1d22b0 (patch) | |
tree | b31299696aaf3b100c801bc5ab1a4fb0364b3a88 /.local/share/applications/aerc.desktop | |
parent | 916159c06a0eeff464985640e45b2412242dc466 (diff) |
Initial commit
Diffstat (limited to '.local/share/applications/aerc.desktop')
-rw-r--r-- | .local/share/applications/aerc.desktop | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.local/share/applications/aerc.desktop b/.local/share/applications/aerc.desktop new file mode 100644 index 0000000..64e79e0 --- /dev/null +++ b/.local/share/applications/aerc.desktop @@ -0,0 +1,16 @@ +[Desktop Entry] +Version=1.0 +Name=aerc + +GenericName=Mail Client +GenericName[de]=Email Client +Comment=Launches the aerc email client +Comment[de]=Startet den aerc Email-Client +Keywords=Email,Mail,IMAP,SMTP +Categories=Office;Network;Email;ConsoleOnly + +Type=Application +Icon=utilities-terminal +Terminal=false +Exec=foot -a aerc -T aerc -e aerc %u +MimeType=x-scheme-handler/mailto |