diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-12-06 22:04:04 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-12-06 22:04:04 +0100 |
| commit | c2f54cbb339434ac292d6422c94c8697c62cfcd2 (patch) | |
| tree | b172f0900b7af0a7cca453ca55344eaf22c5b629 /.newsboat | |
| parent | 6443f57583e2eafaafeb934479c650036acc85b0 (diff) | |
| download | dotfiles-c2f54cbb339434ac292d6422c94c8697c62cfcd2.tar.gz dotfiles-c2f54cbb339434ac292d6422c94c8697c62cfcd2.tar.bz2 dotfiles-c2f54cbb339434ac292d6422c94c8697c62cfcd2.zip | |
Added xdg applications
Diffstat (limited to '.newsboat')
| -rw-r--r-- | .newsboat/config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.newsboat/config b/.newsboat/config index 5361216..2818ca4 100644 --- a/.newsboat/config +++ b/.newsboat/config @@ -17,4 +17,8 @@ color listfocus_unread black cyan color info default black color article default default -macro v set browser "youtube-dl -o - %u | mpv -"; open-in-browser; set browser chromium +highlight article "^(Title):.*$" blue default +highlight article "https?://[^ ]+" red default +highlight article "\\[image\\ [0-9]+\\]" green default + +macro v set browser "youtube-dl --cookies /home/charles/youtube.com_cookies.txt -o - %u | mpv -"; open-in-browser; set browser chromium |
