diff options
Diffstat (limited to '')
-rw-r--r-- | .config/mpv/mpv.conf | 3 | ||||
-rw-r--r-- | .config/newsboat/config | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 26e0d5c..b33320e 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,5 +1,6 @@ -video-sync=display-resample +# video-sync=display-resample osc=yes demuxer-max-bytes=1GiB +ytdl=yes script-opts=ytdl_hook-ytdl_path=yt-dlp,ytdl_hook-try_ytdl_first=yes,ytdl_hook-exclude="%.webm$|%.ts$|%.mp3$|%.m3u8$|%.m3u$|%.mkv$|%.mp4$|%.VOB$" term-osd-bar=yes diff --git a/.config/newsboat/config b/.config/newsboat/config index ee4459e..aa73475 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -1,7 +1,7 @@ #how-read-feeds no auto-reload yes refresh-on-startup yes -reload-time 60 +reload-time 30 confirm-mark-all-feeds-read yes confirm-mark-feed-read no reload-threads 100 @@ -63,7 +63,7 @@ macro w set browser "linkview"; open-in-browser ; set browser linkhandler datetime-format "%y-%m-%d %H:%M" articlelist-format "%D - %t" -feedlist-format "%?T?%n%9u %t [%T]&#%-8t----------------------------------------------------------?" +feedlist-format "%?T?%n%8u %t [%T]&#%-8t----------------------------------------------------------?" highlight article "(^Feed:.*|^Title:.*|^Author:.*)" cyan default bold highlight article "(^Link:.*|^Date:.*)" default default |