diff options
author | stuebinm | 2022-10-31 18:29:16 +0100 |
---|---|---|
committer | stuebinm | 2022-10-31 18:29:16 +0100 |
commit | e0e6089c2ec3e4787adb33663d92336729a043e8 (patch) | |
tree | 942ba8a8c24de3c482008c3966da32c99cb24af2 /home | |
parent | 76248d26ca91acd9cd177786b76b2f24d0e9bf6e (diff) |
home/news: get mpv to load smaller video files
(also, yet more feeds)
Diffstat (limited to '')
-rw-r--r-- | home/home.nix | 2 | ||||
-rw-r--r-- | home/newsboat-public.nix | 4 |
2 files changed, 5 insertions, 1 deletions
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 |