From a14792512f4ec0115e80b2d409cd7c38df01d932 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Wed, 15 May 2019 17:27:57 +0300 Subject: [PATCH] changes --- .newsboat/config | 7 ++++++- .tmux.conf | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) 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 ##########################################################################