From 468a789dbc4b1928c035d8590895efc533520a27 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 24 Feb 2021 17:07:33 +0100 Subject: Updated file tree to match XDG base directory specification --- local/share/applications/mutt.desktop | 4 ++++ local/share/applications/newsboat.desktop | 4 ++++ local/share/applications/sxiv.desktop | 4 ++++ local/share/applications/zathura.desktop | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 local/share/applications/mutt.desktop create mode 100644 local/share/applications/newsboat.desktop create mode 100644 local/share/applications/sxiv.desktop create mode 100644 local/share/applications/zathura.desktop (limited to 'local/share/applications') diff --git a/local/share/applications/mutt.desktop b/local/share/applications/mutt.desktop new file mode 100644 index 0000000..24d0a48 --- /dev/null +++ b/local/share/applications/mutt.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Mail client +Exec=/usr/bin/mutt %u diff --git a/local/share/applications/newsboat.desktop b/local/share/applications/newsboat.desktop new file mode 100644 index 0000000..609bb5a --- /dev/null +++ b/local/share/applications/newsboat.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=RSS client +Exec=/usr/bin/newsboat %u diff --git a/local/share/applications/sxiv.desktop b/local/share/applications/sxiv.desktop new file mode 100644 index 0000000..0db2053 --- /dev/null +++ b/local/share/applications/sxiv.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Image viewer +Exec=/usr/local/bin/sxiv %u diff --git a/local/share/applications/zathura.desktop b/local/share/applications/zathura.desktop new file mode 100644 index 0000000..8c38677 --- /dev/null +++ b/local/share/applications/zathura.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=PDF reader +Exec=/usr/bin/zathura %u -- cgit