diff options
author | Matthew Lemon <y@yulqen.org> | 2023-08-11 09:18:33 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-08-11 09:18:33 +0100 |
commit | d3ae449a1f13c8a017fea6dd27febca2eb4a03db (patch) | |
tree | a3c5d4d4332639082c91d05a8a3b99a83ed0a0d2 /newsboat | |
parent | 21408c1ccb8dfc4a5009718aa3b2c7653b2df96c (diff) |
Some config changes
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... |