Added mpv and newsboat dotfiles
parent
a8801daa95
commit
50a5dfa7a2
@ -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
|
||||||
@ -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
|
||||||
Loading…
Reference in New Issue