diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-24 17:07:33 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-24 17:07:33 +0100 |
| commit | 468a789dbc4b1928c035d8590895efc533520a27 (patch) | |
| tree | 74cb056c37eaa50cd50491a7665608488ed4feb1 /.newsboat/config | |
| parent | f9883d2c3b3699d91e98feeffd7eece546f7c57e (diff) | |
| download | dotfiles-468a789dbc4b1928c035d8590895efc533520a27.tar.gz dotfiles-468a789dbc4b1928c035d8590895efc533520a27.tar.bz2 dotfiles-468a789dbc4b1928c035d8590895efc533520a27.zip | |
Updated file tree to match XDG base directory specification
Diffstat (limited to '.newsboat/config')
| -rw-r--r-- | .newsboat/config | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/.newsboat/config b/.newsboat/config deleted file mode 100644 index f3ef9e1..0000000 --- a/.newsboat/config +++ /dev/null @@ -1,33 +0,0 @@ -# auto-reload yes # reload feeds at startup -reload-threads 64 -max-items 100 -# pager less - -datetime-format "%d %b %Y" -# articlelist-format "%4i %f - -bind-key j down -bind-key k up -bind-key g home -bind-key G end - -# solarized color-scheme -color background default default -color listnormal default default -color listnormal_unread default default -color listfocus black cyan -color listfocus_unread black cyan -color info default black -color article default default - -highlight article "^(Title):.*$" blue default -highlight article "https?://[^ ]+" red default -highlight article "\\[image\\ [0-9]+\\]" green default -highlight all "---.*" yellow default -highlight all "===.*" yellow default -highlight feedlist ".*(0/0))" black default - -macro v set browser "mpv --ytdl-format=best %u"; open-in-browser; set browser qutebrowser - -notify-always yes -notify-program /usr/bin/notify-send |
