mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
newsboat config
This commit is contained in:
parent
437b6d58ac
commit
499a44ddc6
1 changed files with 2 additions and 8 deletions
|
|
@ -316,14 +316,8 @@ in
|
||||||
miniflux-login "death916"
|
miniflux-login "death916"
|
||||||
miniflux-passwordfile "/etc/nixos/secrets/minifluxpassword"
|
miniflux-passwordfile "/etc/nixos/secrets/minifluxpassword"
|
||||||
|
|
||||||
# Default to w3m for "inline" image viewing
|
# Macro 'w' to open in w3m with image support
|
||||||
browser "w3m -o display_image=1 %u"
|
macro w set browser "w3m -o display_image=1 %u"; open-in-browser; set browser "newsboat-browser"
|
||||||
|
|
||||||
# Bind Enter to open w3m directly in article list
|
|
||||||
bind-key ENTER open-in-browser articlelist
|
|
||||||
|
|
||||||
# Macro 'f' to open in Firefox (fallback)
|
|
||||||
macro f set browser "firefox %u"; open-in-browser; set browser "w3m -o display_image=1 %u"
|
|
||||||
'';
|
'';
|
||||||
autoFetchArticles = {
|
autoFetchArticles = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue