diff options
Diffstat (limited to 'config/newsboat')
-rw-r--r-- | config/newsboat/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/newsboat/config b/config/newsboat/config index 233cd8b..05513ae 100644 --- a/config/newsboat/config +++ b/config/newsboat/config @@ -33,6 +33,6 @@ color article cyan default browser lh macro , open-in-browser macro t set browser "youtube-dl --add-metadata -ic"; open-in-browser ; set browser lh -macro a set browser "youtube-dl --add-metadata -ic --config-location ~/.config/youtube-dl/config-music"; open-in-browser ; set browser lh +macro a set browser "youtube-dl --add-metadata -ic --config-location ~/etc/youtube-dl/config-music"; open-in-browser ; set browser lh macro v set browser "mpv"; open-in-browser ; set browser lh macro w set browser "w3m"; open-in-browser ; set browser lh |