From 468a789dbc4b1928c035d8590895efc533520a27 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 24 Feb 2021 17:07:33 +0100 Subject: Updated file tree to match XDG base directory specification --- .newsboat/config | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .newsboat/config (limited to '.newsboat/config') 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 -- cgit