summaryrefslogtreecommitdiff
path: root/.newsboat/config
diff options
context:
space:
mode:
Diffstat (limited to '.newsboat/config')
-rw-r--r--.newsboat/config20
1 files changed, 15 insertions, 5 deletions
diff --git a/.newsboat/config b/.newsboat/config
index 1cabc83..a8b7399 100644
--- a/.newsboat/config
+++ b/.newsboat/config
@@ -1,11 +1,13 @@
# general settings
-auto-reload yes
-max-items 50
+auto-reload no
+max-items 100
+bookmark-autopilot yes
+bookmark-cmd "/home/filipek/.local/bin/buku --nostdin -a"
-# externel browser
-browser firefox
+# external browser
+browser librewolf
macro m set browser "/usr/bin/mpv %u"; open-in-browser ; set browser "/usr/local/bin/w3m %u"
-macro l set browser "/usr/bin/firefox %u"; open-in-browser ; set browser "/usr/local/bin/w3m %u"
+macro l set browser "/usr/bin/librewolf %u"; open-in-browser ; set browser "/usr/local/bin/w3m %u"
# unbind keys
unbind-key ENTER
@@ -19,3 +21,11 @@ bind-key j down
bind-key k up
bind-key l open
bind-key h quit
+
+# set colors
+color listnormal green default
+color listfocus black yellow standout bold
+color listnormal_unread blue default
+color listfocus_unread yellow default bold
+color info red black bold
+color article white default bold