diff options
author | Matthew Lemon <y@yulqen.org> | 2023-09-26 04:32:16 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-09-26 04:32:16 +0100 |
commit | 7df0bdff3b6aa70fc9b045dfb7c041a3ac7d5d6e (patch) | |
tree | 75d035eb76017bfe2b2dea6c6463ad8b10f25c6b /newsboat/config | |
parent | 7f6aa0588a09b55856a5a8eed046ddc727242a10 (diff) |
Syncing newsboat config and cache with arch
Diffstat (limited to '')
-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 |