mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-19 15:50:44 +02:00
Remove rtv
rtv has been archived for a while now so I'm removing it for simplicity.
This commit is contained in:
parent
a69e5815c7
commit
d5a59a366e
@ -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
|
25
rtv/.mailcap
25
rtv/.mailcap
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user