summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2020-06-23 23:43:26 +0300
committerYigit Sever2020-06-23 23:43:26 +0300
commit502274fd9f2c3f57d6a14915db848683aba28343 (patch)
tree70c78d175bedf2d88166dfdd395ed3a4b2c577c0
parent3b9d3eb84b53bc9d7578730707c0a724027cddb0 (diff)
downloaddotfiles-502274fd9f2c3f57d6a14915db848683aba28343.tar.gz
dotfiles-502274fd9f2c3f57d6a14915db848683aba28343.tar.bz2
dotfiles-502274fd9f2c3f57d6a14915db848683aba28343.zip
move newsboat xdg compliant
-rw-r--r--.config/newsboat/config35
-rw-r--r--.config/newsboat/urls (renamed from .newsboat/urls)10
-rw-r--r--.newsboat/config5
3 files changed, 42 insertions, 8 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
2auto-reload yes
3max-items 100
4browser "/usr/bin/qutebrowser %u"
5macro m set browser "/usr/bin/mpv %u"; open-in-browser ; set browser "/usr/bin/firefox %u"
6macro l set browser "/usr/bin/firefox %u"; open-in-browser ; set browser "/usr/local/bin/w3m %u"
7reload-threads 3
8text-width 120
9
10# unbind keys
11unbind-key ENTER
12unbind-key j
13unbind-key k
14unbind-key J
15unbind-key K
16
17# bind keys - vim style
18bind-key j down
19bind-key k up
20bind-key l open
21bind-key h quit
22
23# solarized
24color background default default
25color listnormal default default
26color listnormal_unread default default
27color listfocus black cyan
28color listfocus_unread black cyan
29color info default black
30color article default default
31
32# highlights
33highlight article "^(Title):.*$" blue default
34highlight article "https?://[^ ]+" red default
35highlight article "\\[image\\ [0-9]+\\]" green default
diff --git a/.newsboat/urls b/.config/newsboat/urls
index 973a48e..db1dfc4 100644
--- a/.newsboat/urls
+++ b/.config/newsboat/urls
@@ -1,8 +1,12 @@
1https://www.joelonsoftware.com/feed/ tech 1https://www.joelonsoftware.com/feed/ tech blog
2https://bilgesusever.wordpress.com/feed/ blog 2https://bilgesusever.wordpress.com/feed/ "~Bilge Blog"
3http://llewellynfalco.blogspot.com/feeds/posts/default 3http://llewellynfalco.blogspot.com/feeds/posts/default
4https://bullets.tech/rss/latest.xml 4https://bullets.tech/rss/latest.xml
5https://cli.fan/posts/index.xml 5https://cli.fan/posts/index.xml
6http://neopythonic.blogspot.com/feeds/posts/default 6http://neopythonic.blogspot.com/feeds/posts/default
7https://taskwarrior.org/feed.rss
8https://www.archlinux.org/feeds/news/ 7https://www.archlinux.org/feeds/news/
8
9
10--OPEN_SOURCE--
11https://taskwarrior.org/feed.rss
12https://newsboat.org/news.atom
diff --git a/.newsboat/config b/.newsboat/config
deleted file mode 100644
index cbef73b..0000000
--- a/.newsboat/config
+++ /dev/null
@@ -1,5 +0,0 @@
1browser "firefox %u"
2color info black color7 bold
3color listfocus color0 color3
4color listfocus_unread color0 color3 bold
5color listnormal_unread color14 default