diff --git a/.newsboat/config b/.newsboat/config index ef24045..4fe24a7 100644 --- a/.newsboat/config +++ b/.newsboat/config @@ -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 diff --git a/.tmux.conf b/.tmux.conf index 3d5bb61..2d93be3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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 ##########################################################################