16 lines
693 B
Plaintext
16 lines
693 B
Plaintext
# _ _
|
|
# _ __ _____ _____| |__ ___ __ _| |_
|
|
# | '_ \ / _ \ \ /\ / / __| '_ \ / _ \ / _` | __|
|
|
# | | | | __/\ V V /\__ \ |_) | (_) | (_| | |_
|
|
# |_| |_|\___| \_/\_/ |___/_.__/ \___/ \__,_|\__|
|
|
#
|
|
# ~/.newsboat/config
|
|
auto-reload yes
|
|
macro m set browser "tsp mpv %u"; open-in-browser ; set browser "/usr/local/bin/w3m %u"
|
|
macro l set browser "/usr/bin/google-chrome-stable %u"; open-in-browser ; set browser "/usr/local/bin/w3m %u"
|
|
notify-program "notify-send"
|
|
feedlist-format "%4i %n %11u %t"
|
|
articlelist-format "%4i %f %D %?T?|%-17T| ?%t"
|
|
notify-format "%d new articles (%n unread articles, %f unread feeds)"
|
|
notify-always yes
|