diff options
Diffstat (limited to 'desktop-common/.local/share/applications')
3 files changed, 27 insertions, 0 deletions
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; |
