From 3c852faa399774fbdd1e1999ba5c43eeddcf19ff Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 3 Jan 2025 23:26:00 +0000 Subject: Update newsboat config & keybindings --- dot-config/newsboat/config | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/dot-config/newsboat/config b/dot-config/newsboat/config index 60dd4cd..d6509ce 100644 --- a/dot-config/newsboat/config +++ b/dot-config/newsboat/config @@ -1,3 +1,14 @@ +# +# OPTIONS +# + +notify-always yes +notify-program /usr/bin/notify-send + +# +# HIGHLIGHT +# + color background white black color listnormal_unread red black color listfocus black white @@ -14,5 +25,14 @@ highlight article "^Date:.*" color223 color0 highlight article "^Link:.*" color4 color0 highlight article "^Flags:.*" color9 color0 -notify-always yes -notify-program /usr/bin/notify-send +# +# KEYBINDINGS +# +# bind-key [DIALOG] +# Available dialogs are "all" (default if none is specified), "feedlist", +# "filebrowser", "help", "articlelist", "article", "tagselection", +# "filterselection", "urlview" and "podbeuter". + +bind-key j up +bind-key k down +bind-key ENTER quit article -- cgit