diff options
Diffstat (limited to 'newsboat')
-rw-r--r-- | newsboat/config | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/newsboat/config b/newsboat/config index 766c7e3..c0458db 100644 --- a/newsboat/config +++ b/newsboat/config @@ -26,9 +26,9 @@ bind-key x pb-delete refresh-on-startup no define-filter "Linux articles" "title =~ \"Linux\"" -color info color15 color6 +#color info color15 color6 #macro y set browser "mpv %u"; open-in-browser ; set browser "elinks %u" -color listfocus color15 color0 +#color listfocus color15 color0 #color listfocus black green # color listfocus_unread black green bold #highlight-article "title =~ \"Productivity\"" white red bold @@ -42,7 +42,8 @@ max-items 40 download-path "~/Downloads" player mpv -browser /home/lemon/bin/lynx +browser /usr/bin/firefox +#browser /home/lemon/bin/lynx macro m set browser "mpv %u" ; open-in-browser ; set browser "/home/lemon/dotfiles/lynx/lynx %u" # # press ,y to log the url - you can type a comment to prefix the URL in the log file but it doesn't prompt you... |