First commit
This commit is contained in:
commit
08c122f3fd
23 changed files with 1960 additions and 0 deletions
38
.config/newsboat/config
Normal file
38
.config/newsboat/config
Normal file
|
@ -0,0 +1,38 @@
|
|||
# unbind keys
|
||||
unbind-key ENTER
|
||||
unbind-key j
|
||||
unbind-key k
|
||||
unbind-key J
|
||||
unbind-key K
|
||||
|
||||
# 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
|
||||
bind-key a toggle-article-read
|
||||
# bind-key D pb-download
|
||||
# bind-key U show-urls
|
||||
# bind-key x pb-delete
|
||||
auto-reload yes
|
||||
reload-threads 50
|
||||
confirm-mark-feed-read yes
|
||||
prepopulate-query-feeds yes
|
||||
|
||||
browser "dmenu-link-handler $U"
|
||||
|
||||
include ~/.config/newsboat/dark
|
||||
|
||||
urls-source "miniflux"
|
||||
miniflux-url "https://feed.cronyakatsuki.xyz/"
|
||||
miniflux-login "crony"
|
||||
miniflux-passwordeval "news-pass"
|
||||
miniflux-min-items 0
|
||||
|
||||
download-path "~/downs"
|
||||
max-downloads 2
|
||||
player "mpv"
|
11
.config/newsboat/urls
Normal file
11
.config/newsboat/urls
Normal file
|
@ -0,0 +1,11 @@
|
|||
"query:Unread:unread = \"yes\""
|
||||
|
||||
"query:Arch Linux Unread:tags # \"Arch\" and unread = \"yes\"
|
||||
|
||||
"query:Blogs:tags # \"Blogs\" and unread = \"yes\"
|
||||
|
||||
"query:Software:tags # \"Software\" and unread = \"yes\"
|
||||
|
||||
"query:Podcast's:tags # \"Podcast's\" and unread = \"yes\"
|
||||
|
||||
"query:YouTube:tags # \"YouTube\" and unread = \"yes\"
|
Loading…
Add table
Add a link
Reference in a new issue