diff --git a/rtv/.config/rtv/rtv.cfg b/rtv/.config/rtv/rtv.cfg deleted file mode 100644 index 8da963aa..00000000 --- a/rtv/.config/rtv/rtv.cfg +++ /dev/null @@ -1,15 +0,0 @@ -; New Start: A modern Arch workflow built with an emphasis on functionality. -; Copyright (C) 2017-2018 Donovan Glover - -[rtv] -; Open the archlinux subreddit by default -subreddit = archlinux - -; Open external links based on mailcap -enable_media = True - -; Hide username if logged in -hide_username = True - -; Disable flash -flash = False diff --git a/rtv/.mailcap b/rtv/.mailcap deleted file mode 100644 index 3e254b81..00000000 --- a/rtv/.mailcap +++ /dev/null @@ -1,25 +0,0 @@ -# New Start: A modern Arch workflow built with an emphasis on functionality. -# Copyright (C) 2017 Donovan Glover - -# Note: mailcap is used for software like rtv and w3m - -# Use feh for imgur albums -image/x-imgur-album; feh -g 1280x960 %s; test=test -n "$DISPLAY" - -# Use mpv for gifs -image/gif; mpv '%s' --autofit 1280x960 --loop=inf; test=test -n "$DISPLAY" - -# Use feh for all other types of images -image/*; feh -g 1280x960 '%s'; test=test -n "$DISPLAY" - -# Use mpv for youtube videos -video/x-youtube; mpv --ytdl-format=best '%s' --autofit 1280x960; test=test -n "$DISPLAY" - -# Use mpv for all other types of videos -video/*; mpv '%s' --autofit 1280x960 --loop=inf; test=test -n "$DISPLAY" - -# Use feh for all other types of images -image/*; feh %s - -# Use zathura for pdfs -application/pdf; zathura %s diff --git a/rtv/README.md b/rtv/README.md deleted file mode 100644 index aeb5a10a..00000000 --- a/rtv/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# rtv - -[rtv][rtv] is a reddit browser for your terminal. - -## Use Cases - -rtv can be used to: - -- Ignore busy images or other media and focus on the content -- Always have a reddit theme consistent with your setup -- Use reddit without leaving the terminal, even through ttys - -You should not use rtv if: - -- You don't use reddit - -[rtv]: https://github.com/michael-lazar/rtv