diff options
Diffstat (limited to 'global/.local/share/applications')
| -rw-r--r-- | global/.local/share/applications/csv.desktop | 4 | ||||
| -rw-r--r-- | global/.local/share/applications/file.desktop | 4 | ||||
| -rw-r--r-- | global/.local/share/applications/html.desktop | 4 | ||||
| -rw-r--r-- | global/.local/share/applications/img.desktop | 4 | ||||
| -rw-r--r-- | global/.local/share/applications/mail.desktop | 4 | ||||
| -rw-r--r-- | global/.local/share/applications/office.desktop | 4 | ||||
| -rw-r--r-- | global/.local/share/applications/pdf.desktop | 4 | ||||
| -rw-r--r-- | global/.local/share/applications/roff.desktop | 4 | ||||
| -rw-r--r-- | global/.local/share/applications/rss.desktop | 4 | ||||
| -rw-r--r-- | global/.local/share/applications/slide.desktop | 4 | ||||
| -rw-r--r-- | global/.local/share/applications/text.desktop | 4 | ||||
| -rw-r--r-- | global/.local/share/applications/torrent.desktop | 4 | ||||
| -rw-r--r-- | global/.local/share/applications/video.desktop | 4 |
13 files changed, 52 insertions, 0 deletions
diff --git a/global/.local/share/applications/csv.desktop b/global/.local/share/applications/csv.desktop new file mode 100644 index 0000000..bfcda9e --- /dev/null +++ b/global/.local/share/applications/csv.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=CSV Reader +Exec=/usr/local/bin/st -e sc-im %f diff --git a/global/.local/share/applications/file.desktop b/global/.local/share/applications/file.desktop new file mode 100644 index 0000000..5df1633 --- /dev/null +++ b/global/.local/share/applications/file.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=File Manager +Exec=/usr/local/bin/st -e lfub %u diff --git a/global/.local/share/applications/html.desktop b/global/.local/share/applications/html.desktop new file mode 100644 index 0000000..c009841 --- /dev/null +++ b/global/.local/share/applications/html.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Html Viewer +Exec=/usr/bin/lynx %u diff --git a/global/.local/share/applications/img.desktop b/global/.local/share/applications/img.desktop new file mode 100644 index 0000000..03883fe --- /dev/null +++ b/global/.local/share/applications/img.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Image Viewer +Exec=/usr/bin/nsxiv -ac %f diff --git a/global/.local/share/applications/mail.desktop b/global/.local/share/applications/mail.desktop new file mode 100644 index 0000000..d24aea2 --- /dev/null +++ b/global/.local/share/applications/mail.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Mail +Exec=/usr/local/bin/st -e neomutt %u diff --git a/global/.local/share/applications/office.desktop b/global/.local/share/applications/office.desktop new file mode 100644 index 0000000..9ce2cb2 --- /dev/null +++ b/global/.local/share/applications/office.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Document Editor +Exec=/usr/bin/libreoffice %f diff --git a/global/.local/share/applications/pdf.desktop b/global/.local/share/applications/pdf.desktop new file mode 100644 index 0000000..be960b7 --- /dev/null +++ b/global/.local/share/applications/pdf.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=PDF Reader +Exec=/usr/bin/zathura %u diff --git a/global/.local/share/applications/roff.desktop b/global/.local/share/applications/roff.desktop new file mode 100644 index 0000000..c79d14e --- /dev/null +++ b/global/.local/share/applications/roff.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Groff/Troff Viewer +Exec=/usr/bin/groff -mom %u -Tpdf | zathura - diff --git a/global/.local/share/applications/rss.desktop b/global/.local/share/applications/rss.desktop new file mode 100644 index 0000000..883a97b --- /dev/null +++ b/global/.local/share/applications/rss.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=RSS Feed Addition +Exec=/usr/bin/env rssadd %U diff --git a/global/.local/share/applications/slide.desktop b/global/.local/share/applications/slide.desktop new file mode 100644 index 0000000..31f2ab3 --- /dev/null +++ b/global/.local/share/applications/slide.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Slides Viewer +Exec=/usr/local/bin/st -e slides %f diff --git a/global/.local/share/applications/text.desktop b/global/.local/share/applications/text.desktop new file mode 100644 index 0000000..41e8f79 --- /dev/null +++ b/global/.local/share/applications/text.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Text Editor +Exec=/usr/local/bin/st -e nvim %u diff --git a/global/.local/share/applications/torrent.desktop b/global/.local/share/applications/torrent.desktop new file mode 100644 index 0000000..f6d28d9 --- /dev/null +++ b/global/.local/share/applications/torrent.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Torrent +Exec=/usr/bin/env transadd %U diff --git a/global/.local/share/applications/video.desktop b/global/.local/share/applications/video.desktop new file mode 100644 index 0000000..2814690 --- /dev/null +++ b/global/.local/share/applications/video.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Video Viewer +Exec=/usr/bin/mpv -quiet %f |
