dotfiles with stow
This commit is contained in:
BIN
config/.config/newsboat/cache.db
Normal file
BIN
config/.config/newsboat/cache.db
Normal file
Binary file not shown.
23
config/.config/newsboat/config
Normal file
23
config/.config/newsboat/config
Normal file
@@ -0,0 +1,23 @@
|
||||
# unbind keys
|
||||
# unbind-key ENTER
|
||||
unbind-key j
|
||||
unbind-key k
|
||||
unbind-key h
|
||||
unbind-key l
|
||||
unbind-key g
|
||||
unbind-key G
|
||||
|
||||
# bind keys - vim style
|
||||
bind-key j down
|
||||
bind-key k up
|
||||
bind-key l open
|
||||
bind-key h quit
|
||||
bind-key g home
|
||||
bind-key G end
|
||||
|
||||
podlist-format "%2i %b %> %S [%dMB / %tMB] [%p %%] [%K]"
|
||||
download-filename-format "%t | %n [%F].%e"
|
||||
download-path "~/podcasts/%n/"
|
||||
|
||||
macro 1 set browser "curl %u --output /tmp/image && sxiv /tmp/image && rm /tmp/image"; one; set browser lynx
|
||||
macro 2 set browser "mpv --vid=no -- %u"; one; set browser lynx
|
||||
0
config/.config/newsboat/queue
Normal file
0
config/.config/newsboat/queue
Normal file
9
config/.config/newsboat/urls
Normal file
9
config/.config/newsboat/urls
Normal file
@@ -0,0 +1,9 @@
|
||||
https://phaazon.net/blog/feed
|
||||
https://danielde.dev/rss.xml
|
||||
https://sizeof.cat/index.xml
|
||||
https://lukesmith.xyz/index.xml
|
||||
https://api.substack.com/feed/podcast/462466.rss
|
||||
https://www.dailywire.com/feeds/rss.xml
|
||||
https://feeds.simplecast.com/6c2VScgo
|
||||
https://feeds.simplecast.com/pp_b9xO6
|
||||
https://notrelated.xyz/rss
|
||||
Reference in New Issue
Block a user