From 32e055d5266ac3ac8489df48394c8a562d8f3625 Mon Sep 17 00:00:00 2001 From: "|| Prof. - Xadk3!" Date: Mon, 17 Apr 2023 08:34:49 +0000 Subject: [PATCH] readme file with desktop file example --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e03b9bb --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# evm +> Desktop entry example; thanks a lot to: https://community.brave.com/t/mailto-xdg-open-still-not-working-on-linux/196449/12 +```txt +[Desktop Entry] +Categories=Network;Email;GTK; +Encoding=UTF-8 +Name=Noclient +GenericName=Nostr Client +Comment=NoC Client +TryExec=nostr +Exec=nosc2nx %u +Icon=thunderbird +Terminal=false +Type=Application +StartupNotify=true +MimeType=x-scheme-handler/nostr; +``` +> hehe `8rave!`