Some things

This commit is contained in:
2025-09-30 20:40:46 +02:00
parent 7e3b39d8e4
commit 1ab00403fb
11 changed files with 262 additions and 28 deletions

20
home/dot-newsboat/config Normal file
View File

@@ -0,0 +1,20 @@
# Rss reader newsboat
max-items 100
browser w3m
show-read-feeds no
# Setting the theme
color info color255 color100
color listfocus color255 color11
color listfocus_unread color255 color11
# The prefix key is , so you have to press comma before any macros
# Remember to change the browser here when changing the default browser
macro F set browser "firefox %u" ; open-in-browser ; set browser "w3m %u"
# Keybindings
unbind-key R
bind-key ^R reload-all
bind-key k up all
bind-key j down all