diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..e4fdf07 --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,8 @@ +# Defaults and examples are in /usr/share/doc/mpv + +# Start in fullscreen +fs=yes + +# Youtube Streaming +# Uses the best video quality at or below 720@30fps, with best audio +ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best diff --git a/.newsboat/config b/.newsboat/config new file mode 100644 index 0000000..d551581 --- /dev/null +++ b/.newsboat/config @@ -0,0 +1,32 @@ +# General Settings + + +# External Browser +browser "brave-browser %u" +macro y set browser "mpv %u"; open-in-browser ; set browser "brave-browser %u" + +# Unbind +unbind-key j +unbind-key k +unbind-key J +unbind-key K + +# Vim bindings +bind-key j down +bind-key k up +bind-key l open +bind-key h quit + +# Gruvbox +color background default default +color listnormal default default +color listnormal_unread default default +color listfocus black cyan +color listfocus_unread black cyan +color info default black +color article default default + +# Highlights +highlight article "^(Title):.*$" blue default +highlight article "https?://[^ ]+" red default +highlight article "\\[image\\ [0-9]+\\]" green default