mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
21 lines
494 B
Plaintext
21 lines
494 B
Plaintext
# 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
|