From 50a5dfa7a20a39e3885ff54901d095bd5c281a9b Mon Sep 17 00:00:00 2001 From: Aney Date: Thu, 2 Jul 2020 18:42:19 +0100 Subject: [PATCH] Added mpv and newsboat dotfiles --- .config/mpv/mpv.conf | 8 ++++++++ .newsboat/config | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .config/mpv/mpv.conf create mode 100644 .newsboat/config 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