diff options
Diffstat (limited to 'newsboat/config')
-rw-r--r-- | newsboat/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newsboat/config b/newsboat/config index c0458db..3150b7e 100644 --- a/newsboat/config +++ b/newsboat/config @@ -44,7 +44,7 @@ download-path "~/Downloads" player mpv 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" +macro m set browser "mpv %u" ; open-in-browser ; set browser "/usr/bin/firefox %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... # massive hack but it works |