mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 15:04:24 -05:00
Initial commit
This commit is contained in:
22
home/.newsboat/config
Normal file
22
home/.newsboat/config
Normal file
@@ -0,0 +1,22 @@
|
||||
# a comment
|
||||
max-items 100 # such comments are possible, too
|
||||
browser w3m
|
||||
show-read-feeds no # Dont know this setting
|
||||
|
||||
|
||||
# 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
|
||||
# Of newsboat
|
||||
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 # Good vim
|
||||
bind-key j down all
|
||||
|
||||
5
home/.newsboat/urls
Normal file
5
home/.newsboat/urls
Normal file
@@ -0,0 +1,5 @@
|
||||
https://www.tagesschau.de/infoservices/alle-meldungen-100~rss2.xml
|
||||
https://www.tagesschau.de/inland/regional/bremen/index~rss2.xml
|
||||
https://www.tagesschau.de/wirtschaft/weltwirtschaft/index~rss2.xml
|
||||
https://www.tagesschau.de/wissen/forschung/index~rss2.xml
|
||||
https://www.welt.de/feeds/latest.rss
|
||||
Reference in New Issue
Block a user