diff options
author | Yigit Sever | 2020-06-23 23:43:26 +0300 |
---|---|---|
committer | Yigit Sever | 2020-06-23 23:43:26 +0300 |
commit | 502274fd9f2c3f57d6a14915db848683aba28343 (patch) | |
tree | 70c78d175bedf2d88166dfdd395ed3a4b2c577c0 /.config/newsboat | |
parent | 3b9d3eb84b53bc9d7578730707c0a724027cddb0 (diff) | |
download | dotfiles-502274fd9f2c3f57d6a14915db848683aba28343.tar.gz dotfiles-502274fd9f2c3f57d6a14915db848683aba28343.tar.bz2 dotfiles-502274fd9f2c3f57d6a14915db848683aba28343.zip |
move newsboat xdg compliant
Diffstat (limited to '.config/newsboat')
-rw-r--r-- | .config/newsboat/config | 35 | ||||
-rw-r--r-- | .config/newsboat/urls | 12 |
2 files changed, 47 insertions, 0 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config new file mode 100644 index 0000000..efa6849 --- /dev/null +++ b/.config/newsboat/config | |||
@@ -0,0 +1,35 @@ | |||
1 | # general settings | ||
2 | auto-reload yes | ||
3 | max-items 100 | ||
4 | browser "/usr/bin/qutebrowser %u" | ||
5 | macro m set browser "/usr/bin/mpv %u"; open-in-browser ; set browser "/usr/bin/firefox %u" | ||
6 | macro l set browser "/usr/bin/firefox %u"; open-in-browser ; set browser "/usr/local/bin/w3m %u" | ||
7 | reload-threads 3 | ||
8 | text-width 120 | ||
9 | |||
10 | # unbind keys | ||
11 | unbind-key ENTER | ||
12 | unbind-key j | ||
13 | unbind-key k | ||
14 | unbind-key J | ||
15 | unbind-key K | ||
16 | |||
17 | # bind keys - vim style | ||
18 | bind-key j down | ||
19 | bind-key k up | ||
20 | bind-key l open | ||
21 | bind-key h quit | ||
22 | |||
23 | # solarized | ||
24 | color background default default | ||
25 | color listnormal default default | ||
26 | color listnormal_unread default default | ||
27 | color listfocus black cyan | ||
28 | color listfocus_unread black cyan | ||
29 | color info default black | ||
30 | color article default default | ||
31 | |||
32 | # highlights | ||
33 | highlight article "^(Title):.*$" blue default | ||
34 | highlight article "https?://[^ ]+" red default | ||
35 | highlight article "\\[image\\ [0-9]+\\]" green default | ||
diff --git a/.config/newsboat/urls b/.config/newsboat/urls new file mode 100644 index 0000000..db1dfc4 --- /dev/null +++ b/.config/newsboat/urls | |||
@@ -0,0 +1,12 @@ | |||
1 | https://www.joelonsoftware.com/feed/ tech blog | ||
2 | https://bilgesusever.wordpress.com/feed/ "~Bilge Blog" | ||
3 | http://llewellynfalco.blogspot.com/feeds/posts/default | ||
4 | https://bullets.tech/rss/latest.xml | ||
5 | https://cli.fan/posts/index.xml | ||
6 | http://neopythonic.blogspot.com/feeds/posts/default | ||
7 | https://www.archlinux.org/feeds/news/ | ||
8 | |||
9 | |||
10 | --OPEN_SOURCE-- | ||
11 | https://taskwarrior.org/feed.rss | ||
12 | https://newsboat.org/news.atom | ||