summaryrefslogtreecommitdiffstats
path: root/.config/newsboat/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/newsboat/config')
-rw-r--r--.config/newsboat/config35
1 files changed, 35 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
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