changes
This commit is contained in:
parent
cb41a5b972
commit
a14792512f
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
##########################################################################
|
||||
|
|
|
|||
Loading…
Reference in New Issue