diff options
Diffstat (limited to '.local')
-rw-r--r-- | .local/share/applications/file.desktop | 4 | ||||
-rw-r--r-- | .local/share/applications/img.desktop | 4 | ||||
-rw-r--r-- | .local/share/applications/mail.desktop | 4 | ||||
-rw-r--r-- | .local/share/applications/pdf.desktop | 4 | ||||
-rw-r--r-- | .local/share/applications/rss.desktop | 4 | ||||
-rw-r--r-- | .local/share/applications/text.desktop | 4 | ||||
-rw-r--r-- | .local/share/applications/torrent.desktop | 4 | ||||
-rw-r--r-- | .local/share/applications/video.desktop | 4 |
8 files changed, 0 insertions, 32 deletions
diff --git a/.local/share/applications/file.desktop b/.local/share/applications/file.desktop deleted file mode 100644 index 5df1633..0000000 --- a/.local/share/applications/file.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=File Manager -Exec=/usr/local/bin/st -e lfub %u diff --git a/.local/share/applications/img.desktop b/.local/share/applications/img.desktop deleted file mode 100644 index 5783107..0000000 --- a/.local/share/applications/img.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Image viewer -Exec=/usr/bin/nsxiv -a %f diff --git a/.local/share/applications/mail.desktop b/.local/share/applications/mail.desktop deleted file mode 100644 index d24aea2..0000000 --- a/.local/share/applications/mail.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Mail -Exec=/usr/local/bin/st -e neomutt %u diff --git a/.local/share/applications/pdf.desktop b/.local/share/applications/pdf.desktop deleted file mode 100644 index 8c38677..0000000 --- a/.local/share/applications/pdf.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=PDF reader -Exec=/usr/bin/zathura %u diff --git a/.local/share/applications/rss.desktop b/.local/share/applications/rss.desktop deleted file mode 100644 index 6fafc4f..0000000 --- a/.local/share/applications/rss.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=RSS feed addition -Exec=/usr/bin/env rssadd %U diff --git a/.local/share/applications/text.desktop b/.local/share/applications/text.desktop deleted file mode 100644 index 41ee05f..0000000 --- a/.local/share/applications/text.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Text editor -Exec=/usr/local/bin/st -e nvim %u diff --git a/.local/share/applications/torrent.desktop b/.local/share/applications/torrent.desktop deleted file mode 100644 index f6d28d9..0000000 --- a/.local/share/applications/torrent.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Torrent -Exec=/usr/bin/env transadd %U diff --git a/.local/share/applications/video.desktop b/.local/share/applications/video.desktop deleted file mode 100644 index a29a0b1..0000000 --- a/.local/share/applications/video.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Video viewer -Exec=/usr/bin/mpv -quiet %f |