This commit is contained in:
Harri Lahtinen 2019-05-15 17:27:57 +03:00
parent cb41a5b972
commit a14792512f
2 changed files with 6 additions and 2 deletions

View File

@ -5,6 +5,11 @@
# |_| |_|\___| \_/\_/ |___/_.__/ \___/ \__,_|\__|
#
# ~/.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

View File

@ -181,7 +181,6 @@ set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-open'
##########################################################################
# Plugins settings
##########################################################################