diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-13 10:53:03 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-13 10:53:03 -0400 |
commit | 05e4524de58829c042805042130f8a99c1a7c8e1 (patch) | |
tree | a575b0b5663f24b33cfb0844e00e4deb37e37cbe /.config/newsboat/config | |
parent | a66988a6e884273b13a12a85ab80dd08e8a7ce4a (diff) |
Small cleanup
Diffstat (limited to '.config/newsboat/config')
-rw-r--r-- | .config/newsboat/config | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config deleted file mode 100644 index b6ba2dd..0000000 --- a/.config/newsboat/config +++ /dev/null @@ -1,44 +0,0 @@ -# show-read-feeds no -# auto-reload yes - -external-url-viewer "urlscan -dc -r 'linkhandler {}'" -download-full-page yes - -bind-key j down -bind-key k up -bind-key j next articlelist -bind-key k prev articlelist -bind-key J next-feed articlelist -bind-key K prev-feed articlelist -bind-key G end -bind-key g home -bind-key d pagedown -bind-key u pageup -bind-key l open -bind-key h quit -bind-key a toggle-article-read -bind-key n next-unread -bind-key N prev-unread -bind-key D pb-download -bind-key U show-urls -bind-key x pb-delete -bind-key ^t next-unread - -color listnormal blue default -color listfocus black yellow standout bold -color listnormal_unread cyan default -color listfocus_unread yellow default bold -color info red black bold -color article cyan default - -browser ~/.local/bin/linkhandler -macro , open-in-browser -macro t set browser "tsp youtube-dl --add-metadata -ic"; open-in-browser ; set browser linkhandler -macro a set browser "tsp youtube-dl --add-metadata -xic -f bestaudio/best"; open-in-browser ; set browser linkhandler -macro v set browser "setsid nohup mpv"; open-in-browser ; set browser linkhandler -macro w set browser "w3m"; open-in-browser ; set browser linkhandler -macro c set browser "xsel -b <<<" ; open-in-browser ; set browser linkandler - -player "$SCRIPTS/handling/pod-dl" -download-path ~/Downloads/Podcasts - |