summaryrefslogtreecommitdiff
path: root/.newsboat/config
diff options
context:
space:
mode:
authorfilip <“filip.rabiega@gmail.com”>2025-07-02 15:47:34 +0200
committerfilip <“filip.rabiega@gmail.com”>2025-07-02 15:47:34 +0200
commit94d9b788ddd93ffe45153762bb0b224a98ed4027 (patch)
tree15150a0ab5b9fe3f6985c6fdc89504381e88b8c9 /.newsboat/config
parent68372b162054b900163a1e65d13f36909cf38aec (diff)
downloaddotfiles-94d9b788ddd93ffe45153762bb0b224a98ed4027.tar.gz
dotfiles-94d9b788ddd93ffe45153762bb0b224a98ed4027.tar.bz2
dotfiles-94d9b788ddd93ffe45153762bb0b224a98ed4027.zip
words are hard
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