summaryrefslogtreecommitdiff
path: root/newsboat.conf
diff options
context:
space:
mode:
authorTimo Wilken2022-12-30 10:54:17 +0100
committerTimo Wilken2022-12-30 10:54:17 +0100
commit0f308b1c90444f5f0293bf40aa1ef177bc51036c (patch)
treeb052860a66b8bf3b094fa16e4538887003c37ada /newsboat.conf
parentda1ff8a0816e430d2c035217d80db3be5cc919ab (diff)
Reorganise Guix home declaration into module tree
Diffstat (limited to 'newsboat.conf')
-rw-r--r--newsboat.conf29
1 files changed, 0 insertions, 29 deletions
diff --git a/newsboat.conf b/newsboat.conf
deleted file mode 100644
index 7959e138..00000000
--- a/newsboat.conf
+++ /dev/null
@@ -1,29 +0,0 @@
-# newsboat config -*- conf-space -*-
-# https://newsboat.org/releases/2.29/docs/newsboat.html#_newsboat_configuration_commands
-# Vim-like keys.
-bind-key j down
-bind-key k up
-bind-key J next-feed articlelist
-bind-key K prev-feed articlelist
-
-# Reload feeds on startup, in parallel.
-auto-reload yes
-reload-threads 100
-
-text-width 72 # wrap rendered HTML at 72 cols (or terminal width, if smaller)
-scrolloff 2 # show 2 lines above/below selected line
-show-keymap-hint no
-show-title-bar yes
-datetime-format "%e %b %Y" # e.g. " 9 Dec 2022"
-notify-program "dunstify -a newsboat -i newsboat Newsboat"
-notify-format "%d new articles (%n unread articles, %f unread feeds)"
-
-# Sync with Nextcloud News.
-urls-source "ocnews"
-ocnews-url "https://cloud.wilkenfamily.de/"
-ocnews-login "timo"
-ocnews-passwordeval "pass www/nextcloud/timo | head -1"
-ocnews-flag-star "s"
-
-# Catppuccin theme.
-include ~/.config/newsboat/config.catppuccin