diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-01 16:40:09 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-01 16:40:09 +0000 |
commit | 36dc9966aaa5bddf3887910d3bdd3e9ba2af6f24 (patch) | |
tree | 08ed6ff058a3c93fded10dc5776afc9636969241 /newsboat/config | |
parent | d714541431c033d29096cd46603692c3856e3e4d (diff) |
Fixed bug in newsboat config
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 996b549..81aeae3 100644 --- a/newsboat/config +++ b/newsboat/config @@ -70,7 +70,7 @@ player mpv #browser /home/lemon/bin/lynx browser 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 "firefox %u" +macro m set browser "mpv %u" ; open-in-browser ; set browser "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... # massive hack but it works |