summaryrefslogtreecommitdiff
path: root/home/xyz/.config/newsboat/config
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-05-31 18:09:04 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-05-31 18:09:04 -0700
commitff6261c2772612a7a5949737660614ee24b61587 (patch)
tree4fb5b3d5cfa1af5dd815254199e49c2d4b9f841c /home/xyz/.config/newsboat/config
parent64d9b8ceca239d89c444e114651cf6eab62df1b4 (diff)
init
Diffstat (limited to 'home/xyz/.config/newsboat/config')
-rw-r--r--home/xyz/.config/newsboat/config33
1 files changed, 0 insertions, 33 deletions
diff --git a/home/xyz/.config/newsboat/config b/home/xyz/.config/newsboat/config
deleted file mode 100644
index 7f2fcb1e..00000000
--- a/home/xyz/.config/newsboat/config
+++ /dev/null
@@ -1,33 +0,0 @@
-auto-reload yes
-
-bind-key h quit
-bind-key j down
-bind-key k up
-bind-key l open
-bind-key g home
-bind-key G end
-bind-key ^F pagedown
-bind-key ^B pageup
-
-# open-in-browser-noninteractively may be useful
-macro y set browser "echo %u | xsel -ib"; open-in-browser; set browser "$BROWSER %u &"
-
-# https://newsboat.org/releases/2.24/docs/newsboat.html#_killfiles
-# https://newsboat.org/releases/2.24/docs/newsboat.html#_filter_language
-
-# not sure if all following arch linux rss feed ignore-article will work as expected
-# maybe aur rss feed is broken; maybe arch linux feeds are updated very fast so I can't get the wanted news?
-# not fully understand the rss feed
-#ignore-article "https://aur.archlinux.org/rss/" "title !~\"youtube-dlp|yt-dlp\""
-# arch linux development feeds: all project
-ignore-article "https://bugs.archlinux.org/feed.php?feed_type=rss2&project=0" "title !~ \"firejail\""
-ignore-article "https://bugs.archlinux.org/feed.php?feed_type=rss2&topic=edit&project=0" "title !~ \"firejail\""
-ignore-article "https://bugs.archlinux.org/feed.php?feed_type=rss2&topic=clo&project=0" "title !~ \"firejail\""
-
-ignore-article "https://github.blog/feed/" "title !~ \"game\""
-
-# https://wiki.archlinux.org/title/Newsboat#Subheadings
-highlight feedlist "---.*---" red default bold
-highlight feedlist ".*0/0.." default default invis
-
-# vim: ft=sh