dotfiles/newsboat/.newsboat/config
Adam Cooper 60793326fb Various changes
- [X11] Fix backspace behavior
- [bin] Remove 'insecure' flag from curl commands in w3m-wallabagger script
- [aerc] Update column formatting
- [aerc] Update mailinglist tag
- [newsboat] Add macro to launch mpv for podcasts
- [vim] Tweaks for Python & HTML/CSS
- [xmobar] Update xmobarrc
- [xmonad] Replace xterm with alacritty
- [zsh] gomphotherium
2023-05-17 02:17:02 -04:00

28 lines
1.2 KiB
Text

bind-key G end
bind-key g home
bind-key j down
bind-key k up
browser "w3m %u"
# Color key https://www.calmar.ws/vim/256-xterm-24bit-rgb-color-chart.html
# color22 green
# color199 magenta
# color255 light grey
color listfocus color255 color199
color listfocus_unread color255 color199 bold
color info color255 color22
color title color255 color22 bold
color hint-key color255 color22 bold
color hint-separator color255 color22 bold
confirm-exit yes
define-filter "nitter feeds" "tags !# \"nitter_personal\" and tags !# \"nitter_institutional\" and tags !# \"nitter_noise\""
feed-sort-order firsttag
keep-articles-days 45
macro c set browser "xterm -e mpv --vid=no -- %u &"; one; set browser qutebrowser
max-items 4096
notify-program "/usr/bin/notify-send"
urls-source "ttrss"
ttrss-url "https://rss.theadamcooper.com/"
ttrss-login "adam"
ttrss-passwordeval "secret-tool lookup service ttrss"
ttrss-flag-star "s"
ttrss-flag-publish "p"