From 7343a15f123c78d7c29ff7a189798de689869026 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Fri, 7 Mar 2025 00:41:38 -0300 Subject: Initial commit. --- desktop-common/.local/share/applications/auxilium.desktop | 9 +++++++++ desktop-common/.local/share/applications/fast.desktop | 9 +++++++++ desktop-common/.local/share/applications/kindle.desktop | 9 +++++++++ 3 files changed, 27 insertions(+) create mode 100644 desktop-common/.local/share/applications/auxilium.desktop create mode 100644 desktop-common/.local/share/applications/fast.desktop create mode 100644 desktop-common/.local/share/applications/kindle.desktop (limited to 'desktop-common/.local/share/applications') diff --git a/desktop-common/.local/share/applications/auxilium.desktop b/desktop-common/.local/share/applications/auxilium.desktop new file mode 100644 index 0000000..ffe7553 --- /dev/null +++ b/desktop-common/.local/share/applications/auxilium.desktop @@ -0,0 +1,9 @@ +#!/usr/bin/env xdg-open +[Desktop Entry] +Type=Application +Name=Auxilium Christianorum +GenericName=Auxilium Christianorum +Exec=surf http://www.hitektek.com/auxilium +Icon=st-benedict-cross +Terminal=false +Categories=Network;WebBrowser; diff --git a/desktop-common/.local/share/applications/fast.desktop b/desktop-common/.local/share/applications/fast.desktop new file mode 100644 index 0000000..011b9a6 --- /dev/null +++ b/desktop-common/.local/share/applications/fast.desktop @@ -0,0 +1,9 @@ +#!/usr/bin/env xdg-open +[Desktop Entry] +Type=Application +Name=FAST +GenericName=Internet Speed Measurement +Exec=surf https://fast.com/ +Icon=applications-internet +Terminal=false +Categories=Network;WebBrowser; diff --git a/desktop-common/.local/share/applications/kindle.desktop b/desktop-common/.local/share/applications/kindle.desktop new file mode 100644 index 0000000..2c72c09 --- /dev/null +++ b/desktop-common/.local/share/applications/kindle.desktop @@ -0,0 +1,9 @@ +#!/usr/bin/env xdg-open +[Desktop Entry] +Type=Application +Name=Kindle Reader +GenericName=Kindle Reader +Exec=/usr/bin/surf https://ler.amazon.com.br/kindle-library +Icon=kindle +Terminal=false +Categories=Books; Reading; -- cgit v1.2.3