mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 15:04:24 -05:00
Some things
This commit is contained in:
20
home/dot-newsboat/config
Normal file
20
home/dot-newsboat/config
Normal 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
|
||||
Reference in New Issue
Block a user