From e0e6089c2ec3e4787adb33663d92336729a043e8 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 31 Oct 2022 18:29:16 +0100 Subject: home/news: get mpv to load smaller video files (also, yet more feeds) --- home/home.nix | 2 +- home/newsboat-public.nix | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 3534b9e..76ba624 100644 --- a/home/home.nix +++ b/home/home.nix @@ -154,7 +154,7 @@ ssl-verifypeer no - macro v set browser "kitty @launch --type tab mpv %u > /dev/null" ; open-in-browser ; set browser "${config.programs.newsboat.browser} %u" + macro v set browser "kitty @launch --type tab mpv --ytdl-format='best[height<2000]' %u > /dev/null" ; open-in-browser ; set browser "${config.programs.newsboat.browser} %u" macro f set browser "${pkgs.xdg_utils}/bin/xdg-open %u >/dev/null 2>&1 &" ; open-in-browser ; set browser "${config.programs.newsboat.browser} %u" bind-key j down diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix index b6a5076..aa613ee 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -109,6 +109,9 @@ with import ./newsboat-lib.nix; (btag "https://brainbaking.com/index.xml" "food") (btag "https://geohipster.com/feed/" "sci") (btag "https://avos.kitchen/feeds/rss" "food") + (btag "https://jmtd.net/log/index.atom" "comp") + (btag "https://nnethercote.github.io/feed" "comp") + (btag "https://www.ralfj.de/blog/feed.xml" "comp") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") @@ -152,6 +155,7 @@ with import ./newsboat-lib.nix; (ytag "UCy0tKL1T7wFoYcxCe0xjN6Q" "tech") # Technology Connections (ytag "UCbCGQEhxF94sQqb3zUqChXw" "stuff") # DAS bookbinding (ytag "UCM2QeASk1nMQEbL46rZbKhQ" "food") # A taste of the ancient world + (ytag "UCbaAyXYMnbQu0BGGPbvxHsw" "tech") # Chris Boden (blender 2737) # blender developers (blender 10) # reels (blender 9) # open movies -- cgit v1.2.3